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 }