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
When people are counting very fast, the bot instantly evaluates the result but adding the reaction takes a long time. We can't do anything about that but we can instantly abort on a wrong count and discard all messages after that are not 1. Also make a dedicated non-blocking task for the reactions
The text was updated successfully, but these errors were encountered:
When people are counting very fast, the bot instantly evaluates the result but adding the reaction takes a long time. We can't do anything about that but we can instantly abort on a wrong count and discard all messages after that are not
1
. Also make a dedicated non-blocking task for the reactionsThe text was updated successfully, but these errors were encountered: