(guild_admin): statreset command.

Added the `statreset` command for resetting study statistics.
Add the `Guild Admin` command group.
This commit is contained in:
2021-09-30 21:55:50 +03:00
parent ca442ea319
commit 21cafac98a
3 changed files with 68 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ group_hints = {
'Statistics': "*StudyLion leaderboards and study statistics.*",
'Economy': "*Buy, sell, and trade with your hard-earned coins!*",
'Personal Settings': "*Tell me about yourself!*",
'Guild Admin': "*Dangerous administration commands!*",
'Guild Configuration': "*Control how I behave in your server.*",
'Meta': "*Information about me!*"
}
@@ -28,7 +29,7 @@ mod_group_order = (
)
admin_group_order = (
('Guild Configuration', 'Moderation', 'Meta'),
('Guild Admin', 'Guild Configuration', 'Moderation', 'Meta'),
('Productivity', 'Statistics', 'Economy', 'Personal Settings')
)