aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info')
-rw-r--r--src/commands/info/help.ts2
-rw-r--r--src/commands/info/links.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/info/help.ts b/src/commands/info/help.ts
index 1338f8a..4674ea2 100644
--- a/src/commands/info/help.ts
+++ b/src/commands/info/help.ts
@@ -61,7 +61,7 @@ export default class HelpCommand extends BushCommand {
label: 'Invite Me',
url: `https://discord.com/api/oauth2/authorize?client_id=${
client.user!.id
- }&permissions=2147483647&scope=bot%20applications.commands`
+ }&permissions=5368709119918&scope=bot%20applications.commands`
})
);
}
diff --git a/src/commands/info/links.ts b/src/commands/info/links.ts
index 29152d9..b3a762a 100644
--- a/src/commands/info/links.ts
+++ b/src/commands/info/links.ts
@@ -27,7 +27,7 @@ export default class LinksCommand extends BushCommand {
label: 'Invite Me',
url: `https://discord.com/api/oauth2/authorize?client_id=${
client.user!.id
- }&permissions=2147483647&scope=bot%20applications.commands`
+ }&permissions=5368709119918&scope=bot%20applications.commands`
}),
new MessageButton({
style: 'LINK',