surebot/Eventline

Allow or patterns in eventline

jcampbell05 opened this issue · 0 comments

eventline.on({ pattern 1}, { pattern2 })
.then(Action)

When multiple patterns are passed in as arguments if at least one of them matches then the Action should be executed.