add todo
This commit is contained in:
@@ -45,6 +45,7 @@ module.exports = class GenericBot {
|
||||
async startBot() {
|
||||
this.logger.info("starting bot " + this.botConfig.name)
|
||||
this.streamHandler.postStream(async (post) => {
|
||||
//TODO: change params, maybe
|
||||
const postHandler = new PostHandler(post, this.logger, this.botConfig.respondToID, this.streamHandler);
|
||||
postHandler.logPost();
|
||||
postHandler.shouldReply(this.botConfig.name)
|
||||
|
||||
Reference in New Issue
Block a user