This repository was archived by the owner on Oct 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -722,7 +722,7 @@ async def purge_categories():
722722### Nettoyer les rôles liés aux tournois
723723async def purge_roles ():
724724 guild = bot .get_guild (id = guild_id )
725- challenger = guild .get_role (id = challenger_id )
725+ challenger = guild .get_role (challenger_id )
726726
727727 for member in challenger .members :
728728 try :
@@ -1169,8 +1169,8 @@ async def add_stream(ctx, *args: int):
11691169 if tournoi ["statut" ] == "pending" :
11701170 for arg in args : stream [ctx .author .id ]["queue" ].append (arg )
11711171 with open (stream_path , 'w' ) as f : json .dump (stream , f , indent = 4 )
1172- await ctx .message .add_reaction ("☑️ " )
1173- await ctx .send (f"<@{ ctx .author .id } > Sets ajoutés à la stream queue, toutefois ils n'ont pas été vérifiés, le bracket n'ayant pas commencé." )
1172+ await ctx .message .add_reaction ("✅ " )
1173+ await ctx .send (f"<@{ ctx .author .id } > Sets ajoutés à la stream queue : toutefois ils n'ont pas été vérifiés, le bracket n'ayant pas commencé." )
11741174 return
11751175
11761176 # Otherwise we should check if the sets are open
You can’t perform that action at this time.
0 commit comments