0.1.2 • Published 1 year ago

@henta/mentions v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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);
  }
})
0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago