-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
It makes little sense to have a very ambiguous property ctx.match
that narrows down its type in various different ways depending on the handler.
Instead, we should have different dedicated properties that get installed for each use case:
ctx.match
for regexctx.payload
for stringsctx.args
for command arguments- etc
The types for bot.hears
etc need to be adjusted accordingly.
notvxn, Xaliks and dcdunkan
Metadata
Metadata
Assignees
Labels
No labels