mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-08 07:30:20 +02:00
✨ start better help
This commit is contained in:
@ -57,7 +57,7 @@ class DevCog(Cog, name="Dev tools"):
|
||||
possibles: `teams`, `tirages`, `dev`.
|
||||
"""
|
||||
|
||||
MAP = {"d": "dev", "ts": "teams", "t": "tirages"}
|
||||
MAP = {"d": "dev", "ts": "teams", "t": "tirages", "m": "misc"}
|
||||
name = MAP.get(name, name)
|
||||
|
||||
if not "." in name:
|
||||
|
Reference in New Issue
Block a user