Merge branch 'upstream'

This commit is contained in:
GooeyTuxedo
2023-04-11 10:25:57 -07:00
4 changed files with 35 additions and 3 deletions

View File

@ -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);