#Why does it keep the old commands too? Even if Im removing them from deploy-commands.js
1 messages · Page 1 of 1 (latest)
Yes, global commands
const commands = [
new SlashCommandBuilder()
.setName("avatar")
.setDescription("Ottieni l'avatar di un utente!")
.addUserOption((option) =>
option
.setName("membro")
.setDescription("Tag/ID dell'utente")
.setRequired(false)
),
new SlashCommandBuilder()
.setName("info")
.setDescription("Ottieni le info del server!")
].map((command) => command.toJSON());```
Changes need time to propagate
Some time ago I registered server commands, so I think I need to unregister 'em from the guild
Likely it is about guild/global mess
Yeah
Can you take a look at my question too? No one is responding 😦