aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/commands/info/help.ts2
-rw-r--r--src/commands/info/links.ts2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 62affbe..9576bf2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
<!-- markdownlint-disable-file MD010 MD033 MD041 -->
-<a href="https://discord.com/api/oauth2/authorize?client_id=767478359348740148&permissions=2147483647&scope=bot%20applications.commands"><h1 align="center" > BushBot </h1></a>
+<a href="https://discord.com/api/oauth2/authorize?client_id=767478359348740148&permissions=5368709119918&scope=bot%20applications.commands"><h1 align="center" > BushBot </h1></a>
<div align="center">
<!-- lint -->
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',