diff options
author | Matt <mattkohls13@gmail.com> | 2018-04-14 15:32:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-14 15:32:20 -0400 |
commit | e983b51b8c125663d8b1401d559d6b578d8f156d (patch) | |
tree | 9187e688ad78f9ea1ad104a6c71857e6a24c7985 /src/main/java/soundchan/Commands.java | |
parent | f8fe02e835c6417a54033b30a66c9c3bc2097836 (diff) | |
parent | 14006737593b80d198f0d19d820a37bd984e8ccc (diff) | |
download | SoundChan-e983b51b8c125663d8b1401d559d6b578d8f156d.tar.gz SoundChan-e983b51b8c125663d8b1401d559d6b578d8f156d.tar.bz2 SoundChan-e983b51b8c125663d8b1401d559d6b578d8f156d.zip |
Merge pull request #5 from bwaggone/feature/preempt-sound-effects
Feature/preempt sound effects
Diffstat (limited to 'src/main/java/soundchan/Commands.java')
-rw-r--r-- | src/main/java/soundchan/Commands.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main/java/soundchan/Commands.java b/src/main/java/soundchan/Commands.java deleted file mode 100644 index 45fda7a..0000000 --- a/src/main/java/soundchan/Commands.java +++ /dev/null @@ -1,15 +0,0 @@ -package soundchan; - -/** - * An enum representing the possible commands SoundChan might receive - */ -public enum Commands { - play, - volume, - pause, - unpause, - skip, - list, - playingnow, - summon -} |