This commit is contained in:
Kwoth 2016-12-14 02:52:26 +01:00
parent 71fa7d7ac7
commit 18715a6a83
3 changed files with 3 additions and 3 deletions

View File

@ -209,7 +209,7 @@ Command and aliases | Description | Usage
`!!reptcursong` `!!rcs` | Toggles repeat of current song. | `!!rcs`
`!!rpeatplaylst` `!!rpl` | Toggles repeat of all songs in the queue (every song that finishes is added to the end of the queue). | `!!rpl`
`!!save` | Saves a playlist under a certain name. Name must be no longer than 20 characters and mustn't contain dashes. | `!!save classical1`
`!!load` | Loads a saved playlist using it's ID. Use `!!pls` to list all saved playlists and !!save to save new ones. | `!!load classical-1`
`!!load` | Loads a saved playlist using it's ID. Use `!!pls` to list all saved playlists and !!save to save new ones. | `!!load 5`
`!!playlists` `!!pls` | Lists all playlists. Paginated. 20 per page. Default page is 0. | `!!pls 1`
`!!deleteplaylist` `!!delpls` | Deletes a saved playlist. Only if you made it or if you are the bot owner. | `!!delpls animu-5`
`!!goto` | Goes to a specific time in seconds in a song. | `!!goto 30`

View File

@ -3723,7 +3723,7 @@ namespace NadekoBot.Resources {
}
/// <summary>
/// Looks up a localized string similar to `{0}load classical-1`.
/// Looks up a localized string similar to `{0}load 5`.
/// </summary>
public static string load_usage {
get {

View File

@ -1663,7 +1663,7 @@
<value>Loads a saved playlist using it's ID. Use `{0}pls` to list all saved playlists and {0}save to save new ones.</value>
</data>
<data name="load_usage" xml:space="preserve">
<value>`{0}load classical-1`</value>
<value>`{0}load 5`</value>
</data>
<data name="playlists_cmd" xml:space="preserve">
<value>playlists pls</value>