Ajout ligne à la fin du fichier
This commit is contained in:
parent
704b6eea36
commit
e8e85259ea
6 changed files with 8 additions and 6 deletions
|
@ -303,3 +303,4 @@ class Commands(commands.Cog):
|
|||
return f"{user.nick} ({user.name}#{user.discriminator})"
|
||||
else:
|
||||
return f"{user.name}#{user.discriminator}"
|
||||
|
|
@ -71,3 +71,4 @@ class Help(commands.Cog):
|
|||
else:
|
||||
await ctx.message.add_reaction(emoji = '✅')
|
||||
await ctx.send('', embed = halp)
|
||||
|
Reference in a new issue