Skip to content

Commit

Permalink
fix description of reset command (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
solaluset authored Dec 25, 2023
1 parent a4bf543 commit 594db7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ d!history
d!reset / d!rs
```

* Disconnect and reconnect to the voice channel
* Resets the player. May recover the bot after unexpected problems.

```
d!ping
Expand Down
4 changes: 2 additions & 2 deletions config/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"HELP_QUEUE_LONG": "Shows the list of songs in queue, up to {MAX_SONG_PRELOAD}.",
"HELP_SHUFFLE_SHORT": "Shuffle the queue",
"HELP_SHUFFLE_LONG": "Randomly sort the songs in the current queue",
"HELP_RESET_SHORT": "Disconnect and reconnect",
"HELP_RESET_LONG": "Stop player, disconnect and reconnect to the channel you are in",
"HELP_RESET_SHORT": "Resets player",
"HELP_RESET_LONG": "Fully resets player (use when bot gets stuck)",
"HELP_REMOVE_SHORT": "Remove a song",
"HELP_REMOVE_LONG": "Allows to remove a song from the queue by typing it's position (defaults to the last song).",

Expand Down

0 comments on commit 594db7d

Please sign in to comment.