diff --git a/commands/master.py b/commands/master.py index 2aefb64..15a7e65 100644 --- a/commands/master.py +++ b/commands/master.py @@ -31,7 +31,7 @@ async def master(context): await context.bot.close() case "invite": await context.respond( - f"https://discord.com/api/oauth2/authorize?client_id={c.config['client']}&permissions=1024&scope=bot%20applications.commands" + f"https://discord.com/api/oauth2/authorize?client_id={c.config['client']}&permissions=3146752&scope=bot%20applications.commands" ) case _: await context.respond(f"**Hello, master**")