SudhanPlayz / Discord-MusicBot

An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!
https://musicbot.darrenofficial.com
Other
2.96k stars 2.88k forks source link

add script to remove all global slash commands in v5 #1210

Closed LewdHuTao closed 1 year ago

LewdHuTao commented 1 year ago

Please describe the changes this PR makes and why it should be merged: As i noticed we only have a script to remove slash commands that we deploy to guild and not global. so if someone want to revert back to v4 it would be confused for them as you can't remove global slash commands. in this PR it let all global slash commands delete without have to fetch all slash commands id one by one.

Status and versioning classification: Bot version: v5

Each file functions in deploy folder: deployGlobal.js - let all slash commands deploy to every server destroyGlobal.js - delete all global slash commands in every server deployGuild.js - let the owner deploy slash commands to certain server destroyGuild.js - let the owner delete slash commands in certain server

A changes has been made in package.json: npm run deploy - deploy all slash to global npm run destroy-global - delete all global slash npm run guild - deploy slash to certain guild npm run destroy-guild - delete slash in certain server