fix invite command

This commit is contained in:
2021-10-31 14:28:27 +01:00
parent fc7da80b29
commit f6c05d03de
+1 -2
View File
@@ -54,8 +54,7 @@ class InformationCog(commands.Cog, name="Information"):
async def invite(self, ctx: Context): async def invite(self, ctx: Context):
"""Gets the invite link!""" """Gets the invite link!"""
link = f"https://discord.com/oauth2/authorize?client_id=643555373814382593&permissions=3230720&scope=bot%20applications.commands" 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 EmbedGenerator.Message(ctx, "Add our bot to your server:", link)
await ctx.send(embed=embed)
@commands.command( @commands.command(
name="wlinfo", name="wlinfo",