-
Notifications
You must be signed in to change notification settings - Fork 1
Add mod-log command #44
Comments
Are we still looking to build out this user-info command, even though we have MEE6 premium and Dyno premium? |
@aedwardg Sorry, missed this comment. No, I don't think we have to worry about that command anymore, I'll edit it out of the issue. |
Adding the High Priority label here since we're expanding the server staff and this will be even more important to keep track of. |
We'll also want to edit the issue to say it's for Mods and Admins only, since we're depreciating Super Users. Since some people (me) do a lot of mod commands (esp adding notes), we'll definitely need to get the bot displaying browsable pages of info, or else we won't be able to see everything and/or it'll take up way too much space in a channel. |
Can we think of any reason why we wouldn't want to just show the most recent 50 or so actions? This would greatly simplify the implementation of the command and likely cover 99% of all realistic use cases. Some of our mods may not even have taken 50 mod actions yet... |
Add the mod-log command
Command Format
Command Usage
This command, mod-log, is used to see all the mod actions made by a certain user. This is for use only to make sure that people don't abuse their moderation power. Again, I trust everyone here, but once this server gets bigger, we'll have to worry about this much more. This command should just do a simple
SELECT * FROM mod_logs WHERE user = user
and display it to the person who requested it in a nice embed messageLimited Usage
Mod-log command can only be used by Super Users, Mods, and Admins
Check out issue #7 for more information
The text was updated successfully, but these errors were encountered: