Desc command discord

This commit is contained in:
Mylloon 2021-07-29 00:56:41 +02:00
parent ffcbfd3d3f
commit 8ee38cd4f9

View file

@ -11,4 +11,5 @@ class Utils(commands.Cog):
@commands.command() @commands.command()
async def discord(self, ctx: commands.Context): async def discord(self, ctx: commands.Context):
"""Envoie le lien de ton serveur Discord"""
await ctx.send(f"Rejoins mon Discord {self.keys['DISCORD']} !") await ctx.send(f"Rejoins mon Discord {self.keys['DISCORD']} !")