Skip to content
New issue

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

Fix leaderboard command issues #535

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

rhaym-tech
Copy link
Contributor

  • Removed leaderboard embeds caching:
    This one has caused many troubles in the leaderboard command generally:
  • leaderboard results can be refreshed only after a bot restart while the taken time to retrieve data from DB won't take that long
  • the footer returns incorrect command executor infos due to caching the whole embed which contains data of the first command executor since the last bot restart
  • Fixed broken reputation leaderboard:
    Bot were returning fully broken results due to wrong access to User database schema's properties
    image

@saiteja-madha saiteja-madha changed the base branch from main to 5.6.0-release October 29, 2024 16:18
@saiteja-madha saiteja-madha merged commit cd49aab into saiteja-madha:5.6.0-release Oct 29, 2024
1 check passed
@saiteja-madha saiteja-madha mentioned this pull request Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants