This commit is contained in:
xXCryingLaughingXx
2026-02-17 20:24:30 -06:00
committed by GitHub
parent f701cae171
commit 30d9f48d2e
14 changed files with 2058 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ internal class BotCommands
{
private ChatBot _bot;
private Logger _logger = LogManager.GetCurrentClassLogger();
private char CommandPrefix = '!';
private char CommandPrefix = '!';
private IEnumerable<ICommand> Commands;
private CancellationToken _cancellationToken;