From 8391e6928e34ee78c1de27a343255e4c2acce936 Mon Sep 17 00:00:00 2001 From: strNophix Date: Sun, 31 Oct 2021 13:38:20 +0100 Subject: [PATCH] Updated information.py --- cogs/information.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/information.py b/cogs/information.py index ae9236c..45385ba 100644 --- a/cogs/information.py +++ b/cogs/information.py @@ -55,7 +55,7 @@ class InformationCog(commands.Cog, name="Information"): async def invite(self, ctx: Context): """Gets the invite link!""" embed = await EmbedGenerator.Message( - ctx, "Add our bot to your server:", self.bot.invite_link + ctx, "Add Christmas Music to your server:", self.bot.invite_link ) await ctx.send(embed=embed)