- Re-added .qap / .queueautoplay

- Several strings and commands related to music have been changed
  - Changed .ms / .movesong to .tm / .trackmove but kept old aliases
  - Changed ~~song~~ -> 	rack throughout music module strings
- Updated CHANGELOG.md
This commit is contained in:
Kwoth
2022-02-13 15:49:48 +01:00
parent 6895c8a2a4
commit 7ed1b13e85
20 changed files with 3054 additions and 181 deletions

View File

@@ -472,13 +472,19 @@ trackremove:
- songremove
- srm
- trackremove
movesong:
- trm
trackmove:
- trackmove
- tm
- movesong
- ms
queuerepeat:
- queuerepeat
- qrp
- rpl
queueautoplay:
- queueautoplay
- qap
save:
- save
streamrole:

View File

@@ -849,7 +849,7 @@ trackremove:
- "5"
- "all"
- ""
movesong:
trackmove:
desc: "Moves a song from one position to another."
args:
- "5 3"
@@ -888,7 +888,7 @@ deleteplaylist:
desc: "Deletes a saved playlist using its id. Works only if you made it or if you are the bot owner."
args:
- "5"
autoplay:
queueautoplay:
desc: "Toggles autoplay - When the song is finished, automatically queue a related Youtube song. (Works only for Youtube songs and when queue is empty)"
args:
- ""

View File

@@ -354,10 +354,10 @@
"ttt_time_expired": "Time expired!",
"ttt_users_move": "{0}'s move",
"vs": "{0} vs {1}",
"attempting_to_queue": "Attempting to queue {0} songs...",
"attempting_to_queue": "Attempting to queue {0} tracks...",
"dir_queue_complete": "Directory queue complete.",
"fairplay": "Fairplay",
"finished_song": "Finished song",
"finished_track": "Track Finished",
"fp_disabled": "Fair play disabled.",
"fp_enabled": "Fair play enabled.",
"from_position": "From position",
@@ -366,8 +366,8 @@
"no_player": "No active music player.",
"no_search_results": "No search results.",
"player_queue": "Player queue - Page {0}/{1}",
"playing_song": "Playing song #{0}",
"playlists": "`#{0}` - **{1}** by *{2}* ({3} songs)",
"playing_track": "Playing track #{0}",
"playlists": "`#{0}` - **{1}** by *{2}* ({3} tracks)",
"playlists_page": "Page {0} of saved playlists",
"playlist_deleted": "Playlist deleted.",
"playlist_delete_fail": "Failed to delete that playlist. It either doesn't exist, or you are not its author.",
@@ -375,17 +375,20 @@
"playlist_queue_complete": "Playlist queue complete.",
"playlist_saved": "Playlist saved",
"queue": "Queue",
"queued_song": "Queued song",
"queued_track": "Queued track",
"queue_cleared": "Music queue cleared.",
"removed_song": "Removed song",
"removed_track": "Removed track",
"repeating_none": "Player will stop once the end of queue is reached.",
"repeating_queue": "Player will repeat the queue.",
"repeating_track": "Player will keep repeating the same track.",
"set_music_channel": "I will now output playing, finished, paused and removed songs in this channel.",
"unset_music_channel": "I will now output playing, finished, paused and removed songs of the newly created music players in the channel music was started from.",
"autoplaying": "Automatically adds related tracks.",
"set_music_channel": "I will now output playing, finished, paused and removed tracks in this channel.",
"unset_music_channel": "I will now output playing, finished, paused and removed tracks of the newly created music players in the channel music was started from.",
"current_music_quality": "Currently set music quality is: {0}",
"music_quality_set": "Music quality has been set to {0}. You will have to destroy and restart music player for the change to take effect.",
"song_moved": "Song moved",
"music_autoplay_on": "Music autoplay enabled. I will automatically queue related tracks after each track finishes playing.",
"music_autoplay_off": "Music autoplay disabled.",
"track_moved": "Track moved",
"to_position": "To position",
"volume_input_invalid": "Volume must be between 0 and 100",
"volume_set": "Volume set to {0}%",
@@ -731,7 +734,7 @@
"timezone_not_found": "Timezone not found. Use \"timezones\" command to see the list of available timezones.",
"timezones_available": "Available Timezones",
"perm_override": "Users will need {0} permission in order to run {1} command.",
"song_not_found": "No song found.",
"track_not_found": "No track found.",
"define_unknown": "Can't find the definition for that term.",
"verbose_errors_enabled": "Incorrectly used commands will now show errors.",
"verbose_errors_disabled": "Incorrectly used commands will no longer show errors.",
@@ -741,7 +744,7 @@
"module": "Module: {0}",
"hangman_stopped": "Hangman game stopped.",
"queue_stopped": "Player is stopped. Use {0} command to start playing.",
"removed_song_error": "Song on that index doesn't exist",
"removed_track_error": "Track on that index doesn't exist",
"queue_shuffled": "Music queue has been shuffled.",
"warnings_list": "List of all warned users on the server",
"redacted_too_long": "Redacted because it's too long.",
@@ -873,8 +876,8 @@
"rafflecur_joined": "User {0} joined the raffle",
"rafflecur_already_joined": "You have already joined this raffle or the value you used is not valid.",
"rafflecur_ended": "{0} raffle ended. {1} won {2}!",
"autodc_enable": "I will disconnect from the voice channel when there are no more songs to play.",
"autodc_disable": "I will no longer disconnect from the voice channel when there are no more songs to play.",
"autodc_enable": "I will disconnect from the voice channel when there are no more tracks to play.",
"autodc_disable": "I will no longer disconnect from the voice channel when there are no more tracks to play.",
"timely_none": "Bot owner didn't specify a timely reward.",
"timely_already_claimed": "You've already claimed your timely reward. You can get it again in {0}.",
"timely": "You've claimed your {0}. You can claim again in {1}h",