🚸 !draw show lists tirages by defaukt
This commit is contained in:
parent
3618da9fb7
commit
d6133b3eea
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue