From 71250a8cf36e756d4a8c9f38778219b9320e99a1 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Wed, 17 Jun 2020 15:03:39 +0300 Subject: [PATCH] Update messages.js --- src/struct/config/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +};