aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/soundchan/BotListener/Commands.java
blob: 2295fda034a579be5abaf64dcfdb54eb1d8bdc27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package soundchan.BotListener;

/**
 * An enum representing the possible commands SoundChan might receive
 */
public enum Commands {
    play,
    volume,
    pause,
    unpause,
    skip,
    list,
    playingnow,
    status,
    summon,
    help,
    dropqueue
}