if (input.command && BotCommands.hasOwnProperty(input.keyword) && typeof BotCommands[input.keyword] === 'function') {
const thanksCommands = {
// messages: {
// wikiHint: function(fromUser) {
// const wikiUrl = '(https://github.com/freecodecamp/' +
// 'freecodecamp/wiki/wiki-style-guide)';
//
// return '\n> hey @' + fromUser + ' if you found this info helpful ' +
// ':point_right: *[consider adding a wiki article!]' + wikiUrl + '*';
// }
// },
LOL
:pencil: read more about adding environment variables on the FCC Wiki