Correction ortographe
This commit is contained in:
parent
b1a796a016
commit
a0aa93724a
1 changed files with 2 additions and 2 deletions
|
@ -224,8 +224,8 @@ class Commands(commands.Cog):
|
||||||
await ctx.message.add_reaction(emoji = "✅")
|
await ctx.message.add_reaction(emoji = "✅")
|
||||||
limite_voice_channels = 7
|
limite_voice_channels = 7
|
||||||
if len(voice_channels) > limite_voice_channels:
|
if len(voice_channels) > limite_voice_channels:
|
||||||
return await ctx.send(f"""Désolé mais il y a plus de {limite_voice_channels} salons vocaux sur ce serveur, utilisez plutôt `{ctx.prefix}appel {{ID salon vocal}}`
|
return await ctx.send(f"""Désolé mais il y a plus de {limite_voice_channels} salons vocaux sur ce serveur, utilisez plutôt `{ctx.prefix}appel {{ID salon vocal}}`.
|
||||||
\nPour savoir comment récuperer l'id d'un salon vous pouvez faire `{ctx.prefix}getid`""")
|
\nPour savoir comment récuperer l'id d'un salon vous pouvez faire `{ctx.prefix}getid`.""")
|
||||||
if voice_channel:
|
if voice_channel:
|
||||||
canal = self.bot.get_channel(voice_channel)
|
canal = self.bot.get_channel(voice_channel)
|
||||||
if canal.type.__str__() == "voice":
|
if canal.type.__str__() == "voice":
|
||||||
|
|
Reference in a new issue