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
It is indeed possible. Currently the bot only intercepts to the "posted" event:
I theory someone could add the capability to intercept the "post_edited" event. It might be as simple as change the if condition to, assuming of course that the data sent for both events is the same. if event_action in ["posted", "post_edited"]:
Here is a scenario that often happen with my bot:
Would it be possible to add a handler for this kind of situations?
The text was updated successfully, but these errors were encountered: