From 7b86be7e239add99f9ecbd5b2bb952a5ea045634 Mon Sep 17 00:00:00 2001 From: ddorn Date: Wed, 29 Apr 2020 17:16:01 +0200 Subject: [PATCH] :pencil2: typos --- src/cogs/teams.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cogs/teams.py b/src/cogs/teams.py index ecc7c50..321ff5c 100644 --- a/src/cogs/teams.py +++ b/src/cogs/teams.py @@ -216,7 +216,7 @@ class TeamsCog(Cog, name="Teams"): if not channel_name: await ctx.send( "Tu dois mettre un nom d'équipe, par exemple " - "`!team channel un-super-nom`" + "`!team voice un-super-nom`" ) return @@ -232,7 +232,7 @@ class TeamsCog(Cog, name="Teams"): team_role: discord.PermissionOverwrite(read_messages=True), }, 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.", )