mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 19:57:48 +00:00
fix invite command
This commit is contained in:
+1
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user