From fa574a06b7c5d80ea3ee39e6d24fc194e00f9cbb Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sat, 20 Jun 2020 21:17:20 -0400 Subject: [PATCH] Add page on botamusique --- wiki/pages/botamusique.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wiki/pages/botamusique.md diff --git a/wiki/pages/botamusique.md b/wiki/pages/botamusique.md new file mode 100644 index 0000000..8f3f45a --- /dev/null +++ b/wiki/pages/botamusique.md @@ -0,0 +1,18 @@ +--- +author: ~khuxkm +published: true +title: botamusique - Mumble bot +description: A bot to play music in Mumble. +category: + - main +--- + +botamusique is our new mumble bot. (RIP MumbleDJ 2018-2020, you will be missed.) Here are some commands you can use: + + - `!add {url}` - Just like MumbleDJ, you can !add a YouTube or Soundcloud URL. Technically, you can !add any URL youtube-dl can support, but they apparently don't all work with botamusique. + - `!ysearch {query}` - Search YouTube for a song to use. + - `!volume {volume}` - Set volume (out of 100). + - `!q` or `!queue` - See the songs in the queue. + - `!pause` - Pause the music. + - `!play` or `!p` - Play (resume after pause). + - `!rm {num}` - Remove the {num}-th song from the playlist.