From 088b685b9649d358d8594b6491e0b7ba84fd5751 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 23 Feb 2022 17:48:08 -0600 Subject: [PATCH] Add default View Channels permission --- commands/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/master.py b/commands/master.py index c526629..2aec682 100644 --- a/commands/master.py +++ b/commands/master.py @@ -27,7 +27,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=0&scope=bot%20applications.commands" + f"https://discord.com/api/oauth2/authorize?client_id={c.config['client']}&permissions=1024&scope=bot%20applications.commands" ) case _: await context.respond(f"**Hello, master.**")