Automatically delete a old slash command that has been renamed?
How would I achieve this, I am using sapphire 3.1.3, and I want it to automatically delete the old one when it detects a change.
idHintsreadyclient.application?.commands.cache.forEach((command: ApplicationCommand) => {command.delete()})client.application?.commands.set([])client.application?.commands.set([]);container.stores.get('commands')