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 }