🚧 enable joke top again

This commit is contained in:
ddorn 2020-06-01 13:47:57 +02:00
parent b8a9041e36
commit 533b81a615
1 changed files with 2 additions and 1 deletions

View File

@ -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."""