diff --git a/cogs/information.py b/cogs/information.py index 1d45160..a415669 100644 --- a/cogs/information.py +++ b/cogs/information.py @@ -54,8 +54,7 @@ class InformationCog(commands.Cog, name="Information"): async def invite(self, ctx: Context): """Gets the invite link!""" link = f"https://discord.com/oauth2/authorize?client_id=643555373814382593&permissions=3230720&scope=bot%20applications.commands" - embed = await EmbedGenerator.Message(ctx, "Add our bot to your server:", link) - await ctx.send(embed=embed) + await EmbedGenerator.Message(ctx, "Add our bot to your server:", link) @commands.command( name="wlinfo",