diff --git a/commands/bass.js b/commands/bass.js index db37961c..b0061eb3 100644 --- a/commands/bass.js +++ b/commands/bass.js @@ -4,7 +4,7 @@ module.exports = { alias: 'none', usage: '', cooldown: 5, - onlyDev: false, + onlyDev: true, permission: 'MANAGE_MESSAGES', category: 'music', execute(msg, args, client, Discord, prefix, command) { diff --git a/commands/settings.js b/commands/settings.js index 5741fba1..5a1d0932 100644 --- a/commands/settings.js +++ b/commands/settings.js @@ -14,7 +14,7 @@ module.exports = { .addField('permissions', 'Change whether to require permissions to use eg `skip, stop, pause, loop, etc...`', true) .addField('setdj', 'Set a DJ role. This will allow chosen users to freely use all Musix commands. This will automatically set the `permissions` settings to true in order for the `DJ` role to have effect!', true) .addField('announcesongs', 'Whether to announce songs that start playing or not.') - .addField('bass', 'Change the default bass level', true) + .addField('bass', 'Change the default bass level `Not supported`', true) .setFooter(`how to use: ${prefix}settings `) .setAuthor(client.user.username, client.user.displayAvatarURL) .setColor(client.embedColor)