SO THAT I the data is stored in a more readable and sensible way
Acceptance Criteria
AS a developer
GIVEN a user has disabled a command on their server
WHEN anyone runs the command on that server
THEN the bot will store this information in the database
Subtasks
[ ] Add per-server disable function
[ ] Add global disable function
Notes
Global disable will be a flag in the database
No public API to do this, just to let me disable if I need to
SO THAT I the data is stored in a more readable and sensible way
Acceptance Criteria
AS a developer GIVEN a user has disabled a command on their server WHEN anyone runs the command on that server THEN the bot will store this information in the database
Subtasks
Notes