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))