1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00

Update CommandProcessor.cs

This commit is contained in:
Macintxsh 2023-05-15 22:22:54 +03:00 committed by GitHub
parent e80ced2d54
commit 39e3e8c5e1
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@ public sealed class CommandProcessor {
public static readonly ICommand[] Commands = {
new BanCommand(), new ClearCommand(), new HelpCommand(),
new KickCommand(), new MuteCommand(), new PingCommand(),
new SettingsCommand(), new UnbanCommand(), new UnmuteCommand(),
new RemindCommand()
new RemindCommand(), new SettingsCommand(), new UnbanCommand(),
new UnmuteCommand()
};
private readonly StringBuilder _stackedPrivateFeedback = new();