diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2018-04-14 15:33:33 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2018-04-14 15:33:33 -0400 |
commit | 780705840a868f0b776c9f18832996ea67e70aa3 (patch) | |
tree | 3631ae0fa51799a5332fdf4d404bda5709484266 /src/main/java/soundchan/Commands.java | |
parent | f8fe02e835c6417a54033b30a66c9c3bc2097836 (diff) | |
download | SoundChan-780705840a868f0b776c9f18832996ea67e70aa3.tar.gz SoundChan-780705840a868f0b776c9f18832996ea67e70aa3.tar.bz2 SoundChan-780705840a868f0b776c9f18832996ea67e70aa3.zip |
Help Command
Adding ~help command so people can find out what the bot can do
Diffstat (limited to 'src/main/java/soundchan/Commands.java')
-rw-r--r-- | src/main/java/soundchan/Commands.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/soundchan/Commands.java b/src/main/java/soundchan/Commands.java index 45fda7a..e6ccf0e 100644 --- a/src/main/java/soundchan/Commands.java +++ b/src/main/java/soundchan/Commands.java @@ -11,5 +11,6 @@ public enum Commands { skip, list, playingnow, - summon + summon, + help } |