Valerie valerie · she/her・they/them
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 04:10:06 -04:00
7fc2053951 Add Shop Cog with inventory and trading features. Implement shop management commands for creating, editing, and deleting shops and items. Introduce inventory display and item redemption functionalities. Include example CSV for bulk item addition and enhance user experience with structured menus and checks.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 03:21:30 -04:00
3fcd50cbf7 Implement button navigation for language selection in Translator Cog. Introduce ButtonMenu class for managing embed pagination and update message sending logic to utilize embeds with navigation buttons. Remove outdated requirements file.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 03:17:03 -04:00
e549698124 Refactor SilentMode Cog to improve message sending functionality. Replace direct method assignment with functools.partialmethod for better compatibility. Update _silent_send method to accept the messageable parameter, ensuring correct message context when sending silent messages.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 03:12:43 -04:00
32401f31d8 Refactor Translator Cog to enhance user experience with improved error handling and message formatting options. Introduce new features for better command usability and update command descriptions for clarity.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 03:08:00 -04:00
576604b727 Enhance Translator Cog with improved message formatting and user feedback. Introduce timestamp and author context in translation embeds, refine error handling, and organize language listings for better clarity. Update command descriptions for improved usability.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 02:49:33 -04:00
2ac41b8486 Refactor Translator Cog to improve command handling and user feedback. Introduce new features for message formatting options and enhance error handling for translation requests. Update command descriptions for better clarity and usability.
b8911e1b93 Enhance Translator Cog by adding support for message references in translation responses. Update error handling and command logic to improve user experience when translating messages. Refactor command descriptions for clarity and usability.
Compare 2 commits »
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 01:34:24 -04:00
07686d47c2 Refactor Translator Cog to improve configuration handling and enhance user experience. Introduce new options for embed display preferences and streamline error handling for translations. Update command descriptions for clarity and usability.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 01:22:43 -04:00
d188c97267 Enhance Translator Cog with new configuration options and slash command support. Update description to reflect feature-rich capabilities, including embed display preferences and improved error handling for translations. Refactor translation response handling to support both embeds and plain text based on user settings.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-24 01:12:27 -04:00
db4d51f5a3 Add Translator Cog
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 06:29:31 -04:00
2dada0dd80 Refactor ModrinthTracker commands to improve error handling and response validation. Replace direct response status checks with data validation, enhance logging for exceptions, and provide clearer user feedback for search and stats commands.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 06:24:48 -04:00
07f32c7b05 Refactor _make_request method in ModrinthTracker to streamline API request handling. Simplify retry logic, enhance session management, and improve error handling for network issues. Update response handling to return JSON data directly.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 06:21:42 -04:00
fd2ace3025 Refactor ModrinthTracker API request handling to improve session management and retry logic. Enhance error handling for network issues and provide clearer user feedback in the add command. Add cog load and unload documentation.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 06:19:01 -04:00
e72a8b9a5c Improve error handling in ModrinthTracker API requests by adding session management and detailed logging for connection issues. Enhance user feedback for network errors and timeouts in the add command.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 06:14:46 -04:00
0efbf5e74d Remove unused command handling in ModrinthTracker cog, replacing it with a placeholder for future implementation.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 06:07:09 -04:00
bc286a3461 Enhance BanSync cog with new features for syncing ban/timeout reasons and notification channels. Implement action caching and periodic cleanup to improve performance. Update version to 2.1.0 and refactor type hints for better clarity.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 05:57:35 -04:00
e9e8c5b304 Enable Reddit API usage in Core cog and refactor image retrieval logic for improved error handling and efficiency. Remove StickBugged cog and associated files to streamline the project.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 05:50:02 -04:00
3240932176 Add rate limiting for Modrinth API requests to prevent exceeding request thresholds. Implement a mechanism to track request timestamps and ensure compliance with Modrinth's guidelines. Refactor API request handling to utilize the new rate limiting functionality.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 05:12:00 -04:00
1cb22dd8b7 Enhance Modrinth project tracking embeds with additional project details, including thumbnails, categories, and statistics. Improve update notifications by including project icons and version-specific information such as supported loaders and game versions.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 05:05:35 -04:00
767d656c8d Add version information display for tracked Modrinth projects. Embed current version details and changelog in the tracking channel, with fallback message for unavailable data.
valerie pushed to main at ruby/Ruby-Cogs 2025-05-23 05:01:26 -04:00
e64a1e2536 Implement Modrinth project tracking with commands to add, remove, and list projects. Introduce background task for update checking and enhance error handling. Update API usage for project and version retrieval.