feat(dontasktoask): new command

This commit is contained in:
neoarz
2025-09-29 21:17:04 -04:00
parent e92b768294
commit 6ad1e296f1
4 changed files with 45 additions and 3 deletions

View File

@@ -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))