This is a simple script to clear all guild AND global commands for a Discord bot.
- Clone the repository (
git clone https://github.com/DanPlayz0/ClearDiscordCommands.git
) - Install the dependencies (
npm install
) - Rename
config.example.js
toconfig.js
and fill in the values. - Run the script (
npm start
)