mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2024-12-26 07:02:23 +00:00
🚧 enable joke top again
This commit is contained in:
parent
b8a9041e36
commit
533b81a615
@ -612,7 +612,8 @@ class MiscCog(Cog, name="Divers"):
|
||||
|
||||
self.save_jokes(jokes)
|
||||
|
||||
@joke.command(name="top", hidden=True, enabled=False)
|
||||
@joke.command(name="top", hidden=True)
|
||||
@commands.has_any_role(*Role.ORGA)
|
||||
async def best_jokes(self, ctx: Context):
|
||||
"""Affiche le palmares des blagues."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user