diff --git a/src/struct/config/messages.js b/src/struct/config/messages.js index a9b55878..40e8fbce 100644 --- a/src/struct/config/messages.js +++ b/src/struct/config/messages.js @@ -72,7 +72,7 @@ module.exports = { loopingSong: emojis.repeatSong + "Looping **%TITLE%** now!", lyricsTitle: "Lyrics", lyricsUsage: emojis.redx + "Provide a song to search for!", - maxBass: emojis.redx + "The max bass is `100`!", + maxBass: emojis.redx + "The max bass is `10`!", maxVolume: emojis.redx + "The max volume is `100`!", mentionChannel: emojis.redx + "Please mention a channel!", musicCommandsDisabled: emojis.redx + @@ -185,4 +185,4 @@ module.exports = { validNumber: emojis.redx + "I'm sorry, But you need to enter a valid __number__.", wrongVoiceChannel: emojis.redx + "I'm sorry but you need to be in the same voice channel as Musix to use this command!", -}; \ No newline at end of file +};