We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error somewhere in the level-logging chain is causing levels to not be logged for servers. This breaks both /level and /leaderboard.
A database entry for my Discord user can be found below demonstrating the issue:
{ "userID": "264601404562210828", "accentColour": "#673ab7", "language": "eng", "pointsGuildID": [ "{\"global\":3989}" ], "pointsMessages": [ 0 ], "pointsVoiceChat": [ 0 ] }
In this entry, the pointsGuildID field should contain numerous entries for specific guilds, but does not.
The text was updated successfully, but these errors were encountered:
Seems as though this is a race condition issue. The whole implementation of this will be rewritten.
Sorry, something went wrong.
2e99e2c
No branches or pull requests
An error somewhere in the level-logging chain is causing levels to not be logged for servers. This breaks both /level and /leaderboard.
A database entry for my Discord user can be found below demonstrating the issue:
In this entry, the pointsGuildID field should contain numerous entries for specific guilds, but does not.
The text was updated successfully, but these errors were encountered: