"use strict"; /* process if bot message AND return true if it is, and forward to bot */ Object.defineProperty(exports, "__esModule", { value: true }); // msg.message.content function isBotMsg(msg, sentByMe) { return false; // check if bot msg // check my ChatMembers to see if its here // OR check my Bots if im the maker // process it "bot_cmd" } exports.isBotMsg = isBotMsg; //# sourceMappingURL=intercept.js.map