✏️ typos

This commit is contained in:
ddorn 2020-04-29 17:16:01 +02:00
parent 5d32e5f0b9
commit 7b86be7e23
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ class TeamsCog(Cog, name="Teams"):
if not channel_name: if not channel_name:
await ctx.send( await ctx.send(
"Tu dois mettre un nom d'équipe, par exemple " "Tu dois mettre un nom d'équipe, par exemple "
"`!team channel un-super-nom`" "`!team voice un-super-nom`"
) )
return return
@ -232,7 +232,7 @@ class TeamsCog(Cog, name="Teams"):
team_role: discord.PermissionOverwrite(read_messages=True), team_role: discord.PermissionOverwrite(read_messages=True),
}, },
category=team_channel_category, category=team_channel_category,
reason=f"{ctx.author.name} à demandé une channel vocale pour son équipe.", reason=f"{ctx.author.name} à demandé un salon vocale pour son équipe.",
) )