diff --git a/cogs/information.py b/cogs/information.py index 299df14..e2820f2 100644 --- a/cogs/information.py +++ b/cogs/information.py @@ -43,10 +43,7 @@ class InformationCog(commands.Cog, name="Information"): @commands.cooldown(rate=1, per=5, type=commands.BucketType.user) async def invite(self, ctx: Context): """Gets the invite link!""" - embed = await EmbedGenerator.Message( - ctx, "Add Christmas Music to your server:", self.bot.invite_link - ) - await ctx.send(embed=embed) + await EmbedGenerator.Message(ctx, "Add our bot to your server:", self.bot.invite_link) @commands.command( name="wlinfo",