diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2018-10-30 20:15:41 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2018-10-30 20:15:41 -0400 |
commit | 58cc4990cba0e79f75bf69e678108937d4685be5 (patch) | |
tree | 9c43946a0190e5000192d4a953b1bae517cd3d06 | |
parent | a392879a3e288c5a4714448f43d7e1d90640b825 (diff) | |
download | SoundChan-feature/audio-status.tar.gz SoundChan-feature/audio-status.tar.bz2 SoundChan-feature/audio-status.zip |
Adding line to help commandfeature/audio-status
-rw-r--r-- | src/main/java/soundchan/BotListener/BotListener.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/soundchan/BotListener/BotListener.java b/src/main/java/soundchan/BotListener/BotListener.java index 324cdca..415e350 100644 --- a/src/main/java/soundchan/BotListener/BotListener.java +++ b/src/main/java/soundchan/BotListener/BotListener.java @@ -360,6 +360,7 @@ public class BotListener extends ListenerAdapter{ "~list sounds - prints out the names of the sounds available\n" + "~list users - prints out users with audio that will play when they join the voice channel\n" + "~playingnow - prints out the name of the currently playing song\n" + + "~status - prints out status about the currently playing song\n" + "~summon - brings SoundChan to the voice channel of the summoner\n" + "~help - prints out this help message ```"; channel.sendMessage(printMessage).queue(); |