Slash deleter is a basic code to remove all slash commands from your bot using discord.js
- Run
npm installto install packages - Go to
index.jsfile and inclient.login('bot_token');replacebot_tokenwith your bot token - Run
node index.jsand done all!