aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/soundchan/Commands.java
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2018-04-14 15:49:24 -0400
committerMatt Kohls <mattkohls13@gmail.com>2018-04-14 15:49:24 -0400
commit70f6beee0fb9569e8549752e627929ae506c5e0c (patch)
tree3786e817b37b0be9ae1a7d2bfc3f5080869bad0d /src/main/java/soundchan/Commands.java
parent780705840a868f0b776c9f18832996ea67e70aa3 (diff)
parente983b51b8c125663d8b1401d559d6b578d8f156d (diff)
downloadSoundChan-70f6beee0fb9569e8549752e627929ae506c5e0c.tar.gz
SoundChan-70f6beee0fb9569e8549752e627929ae506c5e0c.tar.bz2
SoundChan-70f6beee0fb9569e8549752e627929ae506c5e0c.zip
Merge branch 'master' of https://github.com/bwaggone/SoundChan into feature/add-help
Diffstat (limited to 'src/main/java/soundchan/Commands.java')
-rw-r--r--src/main/java/soundchan/Commands.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/main/java/soundchan/Commands.java b/src/main/java/soundchan/Commands.java
deleted file mode 100644
index e6ccf0e..0000000
--- a/src/main/java/soundchan/Commands.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package soundchan;
-
-/**
- * An enum representing the possible commands SoundChan might receive
- */
-public enum Commands {
- play,
- volume,
- pause,
- unpause,
- skip,
- list,
- playingnow,
- summon,
- help
-}