mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
fix(bot-join): fix commands scope
This commit is contained in:
parent
066f68ffef
commit
285e23c0ed
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export const BotJoin = (request: Request): Response => {
|
||||||
clientID: botClientID,
|
clientID: botClientID,
|
||||||
permissions: 268435456,
|
permissions: 268435456,
|
||||||
guildID,
|
guildID,
|
||||||
scopes: ['bot', 'application.commands'],
|
scopes: ['bot', 'applications.commands'],
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue