Valerie valerie · she/her・they/them
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 23:02:02 -04:00
a63232fb2a Refactor Shop cog initialization and enhance item purchase logic. Introduce an initialize method to load default shops from CSV if none exist, and improve stock management during purchases by adding checks for item availability and updating inventory accordingly.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 22:13:40 -04:00
196505342a Update GuildSettings to show economy balance by default and enhance profile card generation in default.py with larger fonts, improved spacing, and adjusted layout for better visual clarity.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 22:05:41 -04:00
694b91b69d Refine profile card generation in default.py by adjusting layout dimensions for improved spacing, reducing font sizes, and enhancing the stats area design. Update the progress bar and XP text positioning for better visual clarity and overall aesthetics.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 21:58:40 -04:00
4c99430d95 Update profile card generation in default.py by changing default text color to white, refining layout dimensions for better proportions, and enhancing visual elements such as the stats area and progress bar. Implement improved text shadowing and spacing for a more polished appearance.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 21:53:52 -04:00
6c5f48fcd7 Refine profile card generation in default.py by adjusting stats area dimensions, enhancing the glass effect with darker opacity, and improving the progress bar design for better visual clarity. Implement a final image composition step to ensure layers are correctly rendered.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 21:24:25 -04:00
6d9ac89123 Enhance profile card generation in default.py by setting default colors to ruby red, improving the stats area with a modern glass effect, and refining the level bar design with gradients and rounded corners for a more visually appealing layout.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 04:42:21 -04:00
fc0b4341d6 Format JSON structure in rubyapi/info.json for improved readability by adding line breaks and indentation to the author and tags fields.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 04:40:00 -04:00
6efbd0d291 Enhance RubyAPI cog with new features for user verification and compatibility management. Introduce cooldown settings for verifications, reward credits for successful verifications, and auto-verification for new members. Update commands to manage compatibility with other cogs and improve data handling for user verification history.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 04:29:16 -04:00
0b8483511b Refactor RubyAPI cog to support global configuration. Update commands to manage API key, interaction URL, and verification URL globally instead of per guild. Implement cog-wide checks to restrict command usage to bot team members only, enhancing security and usability.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 04:18:57 -04:00
5a5814bed2 Add API key management and session handling to RubyAPI cog. Implement commands to set the API key and verify users, enhancing interaction with external API. Introduce error handling for API requests and ensure proper session closure on cog unload.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-25 03:54:07 -04:00
09726661f3 Refactor ExtendedAudio cog to improve channel name management and status update handling. Implement functionality to store and reset original channel names, enhance status format configuration with additional variables, and introduce cleanup tasks on cog unload and voice state updates for a better user experience.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 07:44:19 -04:00
bddbd49106 Implement channel name management in ExtendedAudio cog. Add functionality to store and reset original channel names when enabling/disabling voice channel status updates. Enhance status format configuration with additional variables and validation. Introduce cleanup tasks on cog unload and voice state updates for improved user experience.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 07:39:50 -04:00
8d79407cb4 Refactor ExtendedAudio commands to improve naming consistency and clarity. Rename 'audioset' to 'extendedaudioset' and update related command examples for better user guidance on configuring voice channel status updates and status format.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 07:37:04 -04:00
e1e43d6df5 Enhance profile card layout in default.py by refining the circular image implementation and improving background fitting. Adjust corner rounding for a more cohesive design and ensure better alignment of elements for an overall polished appearance.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 07:33:01 -04:00
bac65f6511 Refactor stats layer in default.py for improved visual presentation. Update stats area dimensions, enhance glass effect properties, and adjust font sizes for better readability. Streamline layout for stats icons and reposition profile picture for a more polished card design.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 07:28:48 -04:00
4ba66209b8 Refactor profile card generation in default.py. Enhance profile picture handling by creating a circular image and centering it within the card layout. Improve background fitting and corner rounding for a polished visual presentation.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 07:25:07 -04:00
06025296bb Enhance glass effect implementation in imgtools.py and default.py. Ensure images are in RGBA mode before applying effects, and update the glass effect application in the stats layer to use the glass background as a mask for improved visual consistency.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 07:15:15 -04:00
d5e3a00996 Refactor profile stats layer for enhanced visual presentation. Update stats area dimensions, improve glass effect opacity and blur, and increase font sizes for better readability. Adjust layout for stats icons and add XP text below the progress bar for clearer user feedback.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 07:04:50 -04:00
130fbc015b Add glass effect to profile stats layer and improve layout. Introduce create_glass_effect function for modern styling, update stats drawing with icons, and enhance XP progress bar. Refactor profile image handling for better visual presentation.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 05:36:29 -04:00
d507065184 Refactor Shop Cog to improve inventory management and trading functionalities. Enhance shop management commands for better item handling and user interaction. Update documentation for clarity on new features and usage.