couple of comments
This commit is contained in:
parent
06c162f949
commit
73b0270147
2
app.js
2
app.js
@ -65,7 +65,9 @@ bot.on('message', (msg) => {
|
|||||||
bot_chat.fOff(bot, msg, logger, name)
|
bot_chat.fOff(bot, msg, logger, name)
|
||||||
// listen for "what sub should i buy?"
|
// listen for "what sub should i buy?"
|
||||||
bot_questions.whatSubShouldIBuy(bot, msg, logger)
|
bot_questions.whatSubShouldIBuy(bot, msg, logger)
|
||||||
|
// listen for "sub status"
|
||||||
bot_questions.subStatus(bot, msg, logger)
|
bot_questions.subStatus(bot, msg, logger)
|
||||||
|
// listen for "set sub X to X"
|
||||||
bot_subStatus.setSubStatus(bot, msg, logger)
|
bot_subStatus.setSubStatus(bot, msg, logger)
|
||||||
|
|
||||||
// FAQ susbcription prices
|
// FAQ susbcription prices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user