roulette 4eme essai
This commit is contained in:
parent
f316d08c0e
commit
7d54de95a4
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class Mybot(commands.Cog):
|
|||
await ctx.channel.send("Gagné, tu ne seras pas mute!")
|
||||
return
|
||||
await asyncio.sleep(mute_time)
|
||||
await member.edit(False)
|
||||
await member.edit(mute=False)
|
||||
await ctx.channel.send("Tu peux reparler %s!" % member.mention)
|
||||
|
||||
@tasks.loop(seconds=1.5)
|
||||
|
|
Loading…
Reference in a new issue