aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2018-10-30 20:15:41 -0400
committerMatt Kohls <mattkohls13@gmail.com>2018-10-30 20:15:41 -0400
commit58cc4990cba0e79f75bf69e678108937d4685be5 (patch)
tree9c43946a0190e5000192d4a953b1bae517cd3d06
parenta392879a3e288c5a4714448f43d7e1d90640b825 (diff)
downloadSoundChan-58cc4990cba0e79f75bf69e678108937d4685be5.tar.gz
SoundChan-58cc4990cba0e79f75bf69e678108937d4685be5.tar.bz2
SoundChan-58cc4990cba0e79f75bf69e678108937d4685be5.zip
Adding line to help commandfeature/audio-status
-rw-r--r--src/main/java/soundchan/BotListener/BotListener.java1
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();