You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Ideally, a listener to poll for events, and a command handler to accept different commands rather than a long switch case.
bot.listen(:method=>'poll',:interval=>1)bot.on:command,'help'do#=> Refers to /helpsend_message("Help message")endbot.on:text,'how are you'dosend_message("I am good. How about you?")end
The text was updated successfully, but these errors were encountered:
Separate handler logic from main file
QueryPattern
9c66490Ideally, a listener to poll for events, and a command handler to accept different commands rather than a long switch case.
The text was updated successfully, but these errors were encountered: