We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39bc7c commit 2484d1aCopy full SHA for 2484d1a
pages/discord.vue
@@ -61,7 +61,7 @@ export default {
61
methods: {
62
redirect() {
63
if (/^\d{18}$/.test(this.$refs.clientid.newValue)) {
64
- window.location.href = "https://discord.com/api/oauth2/authorize?client_id=" + this.$refs.clientid.newValue +"&permissions=536889360&scope=bot%20applications.commands";
+ window.location.href = "https://discord.com/api/oauth2/authorize?client_id=" + this.$refs.clientid.newValue +"&permissions=1006652432&scope=bot%20applications.commands";
65
}
66
67
0 commit comments