From 020c0fab44d90b33f32a4a2b00e47854b132efbc Mon Sep 17 00:00:00 2001 From: Anri Kennel Date: Mon, 9 Nov 2020 10:07:03 +0100 Subject: [PATCH] Correction dans la description de la commande infos --- cogs/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/commands.py b/cogs/commands.py index 1f587da..3e90c6e 100755 --- a/cogs/commands.py +++ b/cogs/commands.py @@ -120,7 +120,7 @@ class Commands(commands.Cog): @commands.command(aliases = ['info']) async def infos(self, ctx): - """Donne des infos sur le KassouBot.\n ➡ Syntaxe: .infos/info⁢""" + """Donne des infos sur le bot.\n ➡ Syntaxe: .infos/info⁢""" appinfo = await self.bot.application_info() embed = discord.Embed(color = randint(0, 0xFFFFFF))