Comment supprimer toutes les commandes Slash Discord.js

// guild
guild.commands.set([])

// global
client.application.commands.set([])
Chrysler