forked from snxraven/rai-serge-discord-bot
Merge branch 'upstream'
This commit is contained in:
@ -31,7 +31,7 @@ module.exports = async (client) => {
|
||||
// await client.guilds.cache.get("GUIDIDHERE").commands.set(arrayOfSlashCommands);
|
||||
|
||||
// Clear previous commands (for changes to installed models)
|
||||
await client.application.commands.set([]);
|
||||
// await client.application.commands.set([]);
|
||||
|
||||
// Register for all the guilds the bot is in
|
||||
await client.application.commands.set(arrayOfSlashCommands);
|
||||
|
Reference in New Issue
Block a user