This bot should completely ignore any !command which does not work with the bot.
Many bots use commands which start with "!" (e.g. !clear (Mee6Bot), !setup, etc). This bot currently returns a response ("_, you may only run this command in the #professorredwood channel") for any !command.
My workaround, which obsoletes the errorMessage handling at the end of client.js:
constants.js:
This bot should completely ignore any !command which does not work with the bot.
Many bots use commands which start with "!" (e.g. !clear (Mee6Bot), !setup, etc). This bot currently returns a response ("_, you may only run this command in the #professorredwood channel") for any !command.
My workaround, which obsoletes the errorMessage handling at the end of client.js: constants.js:
client.js: