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)