DevChatterBot icon indicating copy to clipboard operation
DevChatterBot copied to clipboard

Results 45 DevChatterBot issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.1 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies
.NET

Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.1 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.7.2 to 2.9.4. Release notes Sourced from chart.js's releases. v2.9.4 This is the last release of v2 and focused on fixing bugs identified in the v2.9.3 release....

dependencies
javascript

Made fuzzy matching possible by using a bk tree for a command list.

Please make [the setup instructions](https://github.com/DevChatter/DevChatterBot/blob/master/docs/Setting-Up.md) more clear for someone who has never worked with NuGet or with C# solutions. If you're targeting this to the average Twitch streamer, I'd recommend...

It would be good to have a better name for `ILoggerAdapter` and `LoggerAdapter` in our codebase. They do act as wrappers around the Microsoft-provided `ILogger` and `Logger`, however, that's irrelevant...

good first issue
code improvement
Hacktoberfest

Allow a vote to end after a specified time limit. Example: `!vote new Red Blue` Create a vote on whether Red or Blue is better. `!vote end 2m` Sets a...

enhancement
on stream

Game Description: The main game revolves around the opening of a set of numbered boxes, each of which contains a different prize (tokens). The contents (i.e., the values) of all...

When you call a command incorrectly, you'll frequently get HelpText as the response. We should not activate the cooldown in that case. Perhaps we can make the commands return something...

bug
on stream