Bot Command Center for testing the GitterBotX
if (input.command && BotCommands.hasOwnProperty(input.keyword) && typeof BotCommands[input.keyword] === 'function') {
BotCommands.hasOwnProperty(input.keyword)