ZerioDev / Music-bot

A complete code to download for a cool Discord music bot !
https://discord.gg/5cGSYV8ZZj
GNU General Public License v3.0
864 stars 1.05k forks source link

Updated music slash commands --> Disabled in DMs and updated permissions for CONTROLLER #252

Closed iGameCreep closed 1 year ago

iGameCreep commented 1 year ago

Added "dm_permission: false," in each music commands making them unable to be executed from the BOT's DMs. If someone execute a music command ( play, pause... ), the bot would crash.

Added "default_member_permissions: PermissionsBitField.Flags.ManageMessages," in CONTROLLER slash command making it unable to be executed ( invisible ) by anyone who don't have the permissions to execute it. ( MANAGE_MESSAGES )