Ajout d'un "."

This commit is contained in:
Mylloon 2020-11-24 12:45:59 +01:00
parent 4fcd4e3f20
commit c99ce2eb46

View file

@ -218,7 +218,7 @@ class Commands(commands.Cog):
@commands.command(name='appel') @commands.command(name='appel')
@commands.has_any_role("Professeur", "professeur", "Prof", "prof") @commands.has_any_role("Professeur", "professeur", "Prof", "prof")
async def _appel(self, ctx, *, voice_channel: int = None): 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 = []
voice_channels.extend(ctx.guild.voice_channels) voice_channels.extend(ctx.guild.voice_channels)
await ctx.message.add_reaction(emoji = "") await ctx.message.add_reaction(emoji = "")