Fix /clearchat command

This commit is contained in:
JeremyStar™ 2024-04-30 22:46:36 +02:00
parent 78925ccb9a
commit 8dbb4671dc
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -67,7 +67,7 @@ public class PluginInitializer {
// Initialize commands // Initialize commands
logger.verb("Initializing commands"); logger.verb("Initializing commands");
commands = new CommandBase[]{new BroadcastCommand(), new DiscordCommand(), new HomeCommand(), new PluginCommand(), new SystemInformationCommand(), new TrollCommand(), new MsgCommand()}; commands = new CommandBase[]{new BroadcastCommand(), new DiscordCommand(), new HomeCommand(), new PluginCommand(), new SystemInformationCommand(), new TrollCommand(), new MsgCommand(), new ClearChatCommand()};
// Register commands // Register commands
logger.verb("Registering commands"); logger.verb("Registering commands");