Small doc fixes

This commit is contained in:
Master Kwoth 2017-07-12 02:02:17 +02:00
parent 4b9977e5d6
commit 8a75c28d73
2 changed files with 4 additions and 4 deletions

View File

@ -236,7 +236,7 @@ Commands and aliases | Description | Usage
`.play` `.start` | If no arguments are specified, acts as `.next 1` command. If you specify a song number, it will jump to that song. If you specify a search query, acts as a `.q` command | `.play` or `.play 5` or `.play Dream Of Venice`
`.queue` `.q` `.yq` | Queue a song using keywords or a link. Bot will join your voice channel. **You must be in a voice channel**. | `.q Dream Of Venice`
`.queuesearch` `.qs` `.yqs` | Search for top 5 youtube song result using keywords, and type the index of the song to play that song. Bot will join your voice channel. **You must be in a voice channel**. | `.qs Dream Of Venice`
`.listqueue` `.lq` | Lists 15 currently queued songs per page. Default page is 1. | `.lq` or `.lq 2`
`.listqueue` `.lq` | Lists 10 currently queued songs per page. Default page is 1. | `.lq` or `.lq 2`
`.next` `.n` | Goes to the next song in the queue. You have to be in the same voice channel as the bot. You can skip multiple songs, but in that case songs will not be requeued if .rcs or .rpl is enabled. | `.n` or `.n 5`
`.stop` `.s` | Stops the music and clears the playlist. Stays in the channel. | `.s`
`.destroy` `.d` | Completely stops the music and unbinds the bot from the channel. (may cause weird behaviour) | `.d`
@ -421,7 +421,7 @@ Commands and aliases | Description | Usage
`.calcops` | Shows all available operations in the `.calc` command | `.calcops`
`.alias` `.cmdmap` | Create a custom alias for a certain Nadeko command. Provide no alias to remove the existing one. **Requires Administrator server permission.** | `.alias allin $bf 100 h` or `.alias "linux thingy" >loonix Spyware Windows`
`.aliaslist` `.cmdmaplist` `.aliases` | Shows the list of currently set aliases. Paginated. | `.aliaslist` or `.aliaslist 3`
`.serverinfo` `.sinfo` | Shows info about the server the bot is on. If no channel is supplied, it defaults to current one. | `.sinfo Some Server`
`.serverinfo` `.sinfo` | Shows info about the server the bot is on. If no server is supplied, it defaults to current one. | `.sinfo Some Server`
`.channelinfo` `.cinfo` | Shows info about the channel. If no channel is supplied, it defaults to current one. | `.cinfo #some-channel`
`.userinfo` `.uinfo` | Shows info about the user. If no user is supplied, it defaults a user running the command. | `.uinfo @SomeUser`
`.activity` | Checks for spammers. **Bot owner only** | `.activity`

View File

@ -814,7 +814,7 @@
<value>serverinfo sinfo</value>
</data>
<data name="serverinfo_desc" xml:space="preserve">
<value>Shows info about the server the bot is on. If no channel is supplied, it defaults to current one.</value>
<value>Shows info about the server the bot is on. If no server is supplied, it defaults to current one.</value>
</data>
<data name="serverinfo_usage" xml:space="preserve">
<value>`{0}sinfo Some Server`</value>
@ -1534,7 +1534,7 @@
<value>listqueue lq</value>
</data>
<data name="listqueue_desc" xml:space="preserve">
<value>Lists 15 currently queued songs per page. Default page is 1.</value>
<value>Lists 10 currently queued songs per page. Default page is 1.</value>
</data>
<data name="listqueue_usage" xml:space="preserve">
<value>`{0}lq` or `{0}lq 2`</value>