This website requires JavaScript.
Explore
Help
Register
Sign in
ruby
/
Ruby-Cogs
Watch
1
Star
0
Fork
You've already forked Ruby-Cogs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
113
commits
1
branch
0
tags
111
MiB
b688f7a605
Commit graph
7 commits
Author
SHA1
Message
Date
Valerie
b688f7a605
Refactor leaderboard data fetching in Leaderboard cog to retrieve global leaderboard from API, enhancing error handling and caching. Update point management logic to calculate points dynamically and improve user interaction by updating points on member data changes.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-26 04:20:46 -04:00
Valerie
da273be3c3
Enhance leaderboard functionality in Leaderboard cog by integrating user points retrieval from both bank and LevelUp systems. Refactor leaderboard data fetching to combine results and improve error handling. Remove unnecessary point update logic as it is now derived from user data sources.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-26 04:19:01 -04:00
Valerie
446c266f18
Refactor globalboard command in Leaderboard cog to allow the default help command to handle unrecognized subcommands. This change improves command handling and user experience by providing clearer guidance when no specific subcommand is invoked.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-26 04:15:02 -04:00
Valerie
719abfbc97
Implement interactive leaderboard navigation in Leaderboard cog. Introduce a new LeaderboardView class for paginated display of leaderboard entries, enhancing user experience with button controls for navigation. Update leaderboard command to utilize embeds for better formatting and clarity, and improve user feedback for points checking.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-26 04:11:47 -04:00
Valerie
4b17dfedc3
Refactor Leaderboard cog to improve session management and error handling. Initialize aiohttp session in setup, enhance admin secret validation, and provide clearer error messages for API interactions. Update leaderboard command responses for better user feedback and handling of empty data scenarios.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-26 03:59:48 -04:00
Valerie
899bfc7bc0
Rename leaderboard command to globalboard for clarity and consistency. Update related command references and help messages to reflect the new naming convention, enhancing user experience when accessing global leaderboard features.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-26 03:54:34 -04:00
Valerie
5cd5f49fe6
Refactor Shop cog to enhance role refund process by implementing a more robust interactive confirmation system. Improve user feedback during role removal transactions and streamline error handling for a better user experience.
Some checks are pending
Run pre-commit / Run pre-commit (push)
Waiting to run
Details
2025-05-26 03:51:11 -04:00