Ajout d'un "."
This commit is contained in:
parent
4fcd4e3f20
commit
c99ce2eb46
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class Commands(commands.Cog):
|
|||
@commands.command(name='appel')
|
||||
@commands.has_any_role("Professeur", "professeur", "Prof", "prof")
|
||||
async def _appel(self, ctx, *, voice_channel: int = None):
|
||||
"""Fais l'appel\n ➡ Syntaxe: .appel [ID salon vocal] """
|
||||
"""Fais l'appel.\n ➡ Syntaxe: .appel [ID salon vocal] """
|
||||
voice_channels = []
|
||||
voice_channels.extend(ctx.guild.voice_channels)
|
||||
await ctx.message.add_reaction(emoji = "✅")
|
||||
|
|
Reference in a new issue