AS a moderator, I want to be able to manually set a user's moon count
SO THAT I can moderate a user who's misusing the command
Acceptance Criteria
AS a moderator
GIVEN there is a user's moon count which I need to correct
WHEN I run /moonset <user> <count>
THEN the moon count for <user> should be set to <count>
Subtasks
[x] Update moon count to be a setting
[x] Fix sql
[x] Update new and list commands to use moon count user setting
AS a moderator, I want to be able to manually set a user's moon count SO THAT I can moderate a user who's misusing the command
Acceptance Criteria
AS a moderator GIVEN there is a user's moon count which I need to correct WHEN I run
/moonset <user> <count>
THEN the moon count for<user>
should be set to<count>
Subtasks