mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
feat: (check description). 8ball, botinfo, context menu, feedback
Moved eightball cog from general to fun category and updated help command mapping accordingly. Added support for disabling cogs via the DISABLED_COGS environment variable in bot.py. Updated embed styles and author fields for botinfo, feedback, and eightball commands. Commented out context_menus cog code.
This commit is contained in:
@@ -44,13 +44,13 @@ class Help(commands.Cog, name="help"):
|
||||
"ping": "general",
|
||||
"invite": "general",
|
||||
"server": "general",
|
||||
"8ball": "general",
|
||||
"feedback": "general",
|
||||
"context_menus": "general",
|
||||
# "context_menus": "general",
|
||||
|
||||
"randomfact": "fun",
|
||||
"coinflip": "fun",
|
||||
"rps": "fun",
|
||||
"8ball": "fun",
|
||||
|
||||
"kick": "moderation",
|
||||
"ban": "moderation",
|
||||
|
||||
Reference in New Issue
Block a user