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
With this approach, checkMessageFlags in BaseAbilityBot always fails, if at least one of the flags tests false (it's always false in my case, since an update can't be both new and an edited message simultaneously).
Another approach I thought of (registering two abilities with different flags) fails as well, as we can't have more than one default ability.
The text was updated successfully, but these errors were encountered:
I'm having a default ability to check the messages (I need to do that for both new and edited messages) defined this way:
With this approach,
checkMessageFlags
inBaseAbilityBot
always fails, if at least one of the flags tests false (it's always false in my case, since an update can't be both new and an edited message simultaneously).Another approach I thought of (registering two abilities with different flags) fails as well, as we can't have more than one default ability.
The text was updated successfully, but these errors were encountered: