@henta/mentions
v0.1.2
Published
bot reaction middleware
Downloads
6
Readme
@henta/mentions
bot's reaction to requests
📌 Is part of HENTA Framework
const botMentionsMiddleware = (ctx, next) => mentionsMiddleware(ctx, next, {
mention: /\/|mybot|botik/,
// optional
noMentionCallback: (ctx, next, reason) => {
console.log('no mention callback', reason);
}
})