fix(bot-join): fix commands scope

This commit is contained in:
41666 2021-08-01 20:56:06 -04:00
parent 066f68ffef
commit 285e23c0ed

View file

@ -34,7 +34,7 @@ export const BotJoin = (request: Request): Response => {
clientID: botClientID,
permissions: 268435456,
guildID,
scopes: ['bot', 'application.commands'],
scopes: ['bot', 'applications.commands'],
})
);
};