From 285dd71f20237662841733460a83d525b721a12e Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 4 Mar 2022 13:26:08 -0600 Subject: [PATCH] Update default invite permissions --- commands/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**")