Valerie valerie · she/her・they/them
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 21:09:17 -04:00
58b7e586d6 Update info.json to reflect new leveling system details, including author, description, and installation message. Modify pyproject.toml to remove Wand dependency. Enhance modern.py to generate SVG profile cards with improved stats presentation and avatar handling, streamlining profile generation process.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:58:19 -04:00
653b16cb5e Update pyproject.toml to include Python and Wand dependencies. Modify default.py to enhance profile layout with adjusted positions and improved glass morphism effect. Update profile.py to set modern profile generation as the default style, ensuring a more contemporary user experience.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:51:50 -04:00
9c5924418d Enhance leaderboard display in Leaderboard cog by adding a warning about potential inaccuracies, modernizing embed titles and descriptions, and improving user stats presentation. Update footer details for clarity and adjust formatting for better user experience.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:46:37 -04:00
d638772e80 Refactor leaderboard display in Leaderboard cog to enhance user experience. Remove warning message, update embed formatting with server icons, and include percentage rankings. Modernize user stats presentation and improve footer details for clarity.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:37:58 -04:00
2e402ff7cf Define profile picture size and positions in default.py to improve layout consistency and enhance image composition for user profiles.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:35:16 -04:00
d335fc3d49 Add circle position definitions for animated profiles in default.py to enhance image composition functionality.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:27:27 -04:00
6eedb65625 Update item creation completion message in ItemManager to simplify user feedback and enhance clarity.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:23:44 -04:00
1b77d537be Remove command prefix check during item creation in ItemManager to streamline the user experience and prevent premature termination of the item creation process.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:21:29 -04:00
224a01ad89 Enhance shop item creation process to support new shop creation. Update user prompts to inform about existing shops and allow for the creation of new shops if none exist. Streamline message handling and improve user experience during item addition.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 20:18:45 -04:00
f80c66e1c1 Update positive method in Checks class to allow zero as a valid input, enhancing validation logic for user input.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 09:59:20 -04:00
3794068ae5 Refactor API error handling in Leaderboard cog to improve JSON response validation and logging. Update authorization header format, streamline error message retrieval, and enhance exception handling for various API response statuses, ensuring better reliability and debugging capabilities.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 09:50:12 -04:00
963d9e3e73 Enhance API error handling and logging in Leaderboard cog. Update authorization header format to use "Token" prefix, improve JSON response validation, and add detailed error messages for various API response statuses. Ensure robust exception handling for API requests to improve reliability and debugging.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 09:33:29 -04:00
c15fb8ff47 Add warning message for potential inaccuracies in global leaderboard due to synchronization delays in Leaderboard cog
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 09:29:59 -04:00
76fd3bf053 Refactor leaderboard sync process in Leaderboard cog to streamline user credit aggregation and improve logging. Remove unnecessary checks for minimum credits during sync, and enhance error handling for API updates. Update user credit retrieval to sum credits across all guilds, ensuring accurate leaderboard representation.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 09:21:00 -04:00
7cc05adc71 Update user credit retrieval in Leaderboard cog to use bank.get_balance for improved accuracy and performance. Enhance logging for better debugging of credit calculations.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 09:17:15 -04:00
67ac390028 Refactor Skia image generation handling in DB model and Owner command to streamline property access and improve code clarity. Update the Owner command to directly manipulate the use_skia attribute, enhancing performance and maintainability.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 09:12:38 -04:00
6cf3ff80ba Refactor Skia image generation command in Owner cog to remove unnecessary await for database calls, improving performance and simplifying code structure.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 09:08:16 -04:00
55bd285ac9 Remove project metadata and dependencies from pyproject.toml, streamlining the configuration file for future updates.
914e7a725b Add Skia support for image generation and update project metadata
Compare 2 commits »
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 06:13:16 -04:00
258ba40f01 Refactor logging and user credit checks in Leaderboard cog to enhance clarity and user experience. Update log messages for credit retrieval and leaderboard display, ensuring accurate communication of user statuses. Improve embed descriptions for better user feedback on credit standings.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-26 06:10:38 -04:00
deaa1aabb8 Refine leaderboard sync process in Leaderboard cog to focus on users with 10,000+ credits. Update logging for clarity on sync results and user credit checks. Enhance error handling and ensure accurate data aggregation while maintaining detailed debug information for better tracking of user states.