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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added a configurable textbox field to the feedback panel, used to send detailed feedback (off by default, up to 250 characters).
Added the right-click predict option to the new clan chat and guest clan chat side windows.
Added a config to perform the 'predict' option alongside the in-game right-click 'report' option (off by default).
Added a command ::bdToggleShowDiscordVerificationErrors/::bdToggleDVE to toggle showing unsuccessful discord verification messages (show errors by default).
Changed discord verification to accept codes of less than 4 digits, padding the value with zeroes if necessary.
Changed discord verification error messages to be more descriptive.
Changed the manual bot flagging to be allowed even when the API returns a prediction with a player ID of -1 (e.g.: "Not in our database" or "Player not in highscores").
Fixed a name cutoff substring off by one error when typing a name that's too long in the predict name bar.