var botCommands = [ // this is your standard command list. this is how your commands are stored. { command: "discord", description: "__INSERT !DISCORD RESPONSE HERE__", whisper: false, // flag to whisper response mod: false, // flag to only respond to mods me: false, // flag to only respond to derpy }, { command: "minuette", description: "I am a Twitch Chat Bot.", whisper: true, mod: false, me: false, }, { command: "twitter", description: "__INSERT !TWITTER RESPONSE HERE__", whisper: false, mod: false, me: true, } ];