jagrosh / MusicBot

🎶 A Discord music bot that's easy to set up and run yourself!
https://jmusicbot.com
Apache License 2.0
5.22k stars 2.5k forks source link

[Feature Request] Add ability to disable commands #511

Open camw0 opened 3 years ago

camw0 commented 3 years ago

This feature request is related to a problem where I am running 2 discord bots with one token for different divisions, for example my Js script is running the moderation side while JMusicBot is running the music client. They have the same prefix, as they are the same bot, however when I run a command like ,ping I get two responses.

It would be beneficial to have a {prefix}disable {command} command, so people can choose what commands they want available in their server. For example, ,disable ping would disable the ping command etc etc.

jagrosh commented 3 years ago

I'm adding the enhancement label because this is a valid feature request; however, I think the likelihood of this being added is relatively low, as the bot is not intended to be run simultaneously with other bots on the same account.