From d6133b3eea56227d017ebc2f65b45a460ba06dd7 Mon Sep 17 00:00:00 2001 From: ddorn Date: Mon, 27 Apr 2020 16:37:27 +0200 Subject: [PATCH] :children_crossing: !draw show lists tirages by defaukt --- src/cogs/tirages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/tirages.py b/src/cogs/tirages.py index 9f4089f..245bcdc 100644 --- a/src/cogs/tirages.py +++ b/src/cogs/tirages.py @@ -190,7 +190,7 @@ class TirageCog(Cog, name="Tirages"): await tirage.update_phase(ctx) @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.