diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-15 17:18:15 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-15 17:20:59 -0500 |
| commit | d98937b34bbb7582f4c13e0d18bcc30febe1d174 (patch) | |
| tree | 04133cf911474c50674084b58a65361bf8990a35 /Locales/en | |
| parent | 16b7fb29fb5bd01f346749020dc43fa24a16993f (diff) | |
| download | DLAP-d98937b34bbb7582f4c13e0d18bcc30febe1d174.tar.gz DLAP-d98937b34bbb7582f4c13e0d18bcc30febe1d174.tar.bz2 DLAP-d98937b34bbb7582f4c13e0d18bcc30febe1d174.zip | |
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
Diffstat (limited to 'Locales/en')
| -rw-r--r-- | Locales/en/translation.json | 3 |
1 files changed, 3 insertions, 0 deletions
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", |
