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
Perhaps this approach would work, but I added a default catchall plugin that listened to (?P<command>.* in hopes that when the other respond_to plugins did not catch it, this plugin would respond with something like I dont understand the message... or show help or something. However what I observed was every single message sent to the bot responded via this catch-all.
Is a default message, or catch-all message possible?
The text was updated successfully, but these errors were encountered:
Perhaps this approach would work, but I added a default catchall plugin that listened to
(?P<command>.*
in hopes that when the other respond_to plugins did not catch it, this plugin would respond with something likeI dont understand the message...
or show help or something. However what I observed was every single message sent to the bot responded via this catch-all.Is a default message, or catch-all message possible?
The text was updated successfully, but these errors were encountered: