mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-04 06:52:15 +02:00
🚸 !draw show lists tirages by defaukt
This commit is contained in:
@ -190,7 +190,7 @@ class TirageCog(Cog, name="Tirages"):
|
|||||||
await tirage.update_phase(ctx)
|
await tirage.update_phase(ctx)
|
||||||
|
|
||||||
@draw_group.command(name="show")
|
@draw_group.command(name="show")
|
||||||
async def show_cmd(self, ctx: Context, tirage_id: str):
|
async def show_cmd(self, ctx: Context, tirage_id: str = "all"):
|
||||||
"""
|
"""
|
||||||
Affiche le résumé d'un tirage.
|
Affiche le résumé d'un tirage.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user