Closed benrick closed 6 years ago
Right now the AddCommandCommand and RemoveCommandCommand change the database, but the CommandHandler is using a static collection, so these don't affect the bot at runtime.
AddCommandCommand
RemoveCommandCommand
CommandHandler
Right now the
AddCommandCommand
andRemoveCommandCommand
change the database, but theCommandHandler
is using a static collection, so these don't affect the bot at runtime.