From d98937b34bbb7582f4c13e0d18bcc30febe1d174 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 15 Feb 2024 17:18:15 -0500 Subject: Finally fixed some issues - Voting should work properly? - Now the bot tells the user if they are already in vc - Thumbnails will be null when switching tracks --- Locales/en/translation.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Locales') diff --git a/Locales/en/translation.json b/Locales/en/translation.json index 04b6acc..aa42b78 100644 --- a/Locales/en/translation.json +++ b/Locales/en/translation.json @@ -62,6 +62,9 @@ "numBig": "Number is too big, choose a number that's less than {{files}}.", "resumingMusic": "Resuming music", "resumedAlready": "Music is already playing", + "statusStopped": "Music is currently not playing", + "alreadyLeave": "Already left the voice chat", + "alreadyJoin": "Already joined the voice chat", "reshufflePlaylist": "Reshuffling the playlist...", "reshuffleDisabled": "Shuffle mode is disabled, enable it in the configuration file to access this command.", "playlistDone": "Playlist Finished", -- cgit v1.2.3