From 895429f3dc322244a181e40460173eb34476658c Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Thu, 9 Nov 2023 20:35:00 -0800 Subject: [PATCH] Update invite URL --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 841245c..06fc019 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ export const INVITE_LINK = - "https://discord.com/api/oauth2/authorize?client_id=1044791133416464384&permissions=313344&scope=bot%20applications.commands"; + "https://discord.com/api/oauth2/authorize?client_id=1044791133416464384&permissions=537193488&scope=bot%20applications.commands"; export const VOTE_LINK = "https://top.gg/bot/1044791133416464384/vote"; export const SUPPORT_LINK = "https://discord.gg/9XRpc6DTg9";