aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-08 21:19:55 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-08 21:19:55 -0400
commit73c74f8a8c125077dcdf7882acd62f193e3bd0c8 (patch)
tree5d0394551c52d1efa7b4b98502419ad599d91638 /src/commands/info
parent2961237641e7802ca6a1d999f8af90e0982c4e46 (diff)
downloadtanzanite-73c74f8a8c125077dcdf7882acd62f193e3bd0c8.tar.gz
tanzanite-73c74f8a8c125077dcdf7882acd62f193e3bd0c8.tar.bz2
tanzanite-73c74f8a8c125077dcdf7882acd62f193e3bd0c8.zip
update invite permissions
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',