mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
feat(dontasktoask): new command
This commit is contained in:
@@ -40,9 +40,11 @@ class Help(commands.Cog, name="help"):
|
||||
"general": "general",
|
||||
"fun": "fun",
|
||||
"idevice": "idevice",
|
||||
"misc": "miscellaneous",
|
||||
"miscellaneous": "miscellaneous",
|
||||
"moderation": "moderation",
|
||||
"sidestore": "sidestore",
|
||||
"utils": "utilities",
|
||||
"utilities": "utilities",
|
||||
|
||||
"sync": "owner",
|
||||
@@ -180,4 +182,4 @@ class Help(commands.Cog, name="help"):
|
||||
|
||||
|
||||
async def setup(bot) -> None:
|
||||
await bot.add_cog(Help(bot))
|
||||
await bot.add_cog(Help(bot))
|
||||
|
||||
Reference in New Issue
Block a user