From f93e9c49c474a3450edbff6a86537be6c093d21c Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Wed, 14 Jan 2015 12:06:49 -0800 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7817452..f3de3bc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Command | Description | Arguments | Admin | Example **forceskipplaylist** | An admin command that forces a playlist skip. | None | Yes | `!forceskipplaylist` **help** | Displays this list of commands in Mumble chat. | None | No | `!help` **volume** | Either outputs the current volume or changes the current volume. If desired volume is not provided, the current volume will be displayed in chat. Otherwise, the volume for the bot will be changed to desired volume if it is within the allowed volume range. | None OR desired volume | No | `!volume 0.5`, `!volume` -**move** | Moves MumbleDJ into channel if it exists. | Channel | `!move Music` +**move** | Moves MumbleDJ into channel if it exists. | Channel | Yes | `!move Music` **reload** | Reloads `mumbledj.gcfg` to retrieve updated configuration settings. | None | Yes | `!reload` **reset** | Stops all audio and resets the song queue. | None | Yes | `!reset` **numsongs** | Outputs the number of songs in the queue in chat. Individual songs and songs within playlists are both counted. | None | No | `!numsongs`