Commit graph

12 commits

Author SHA1 Message Date
1d2223c439 Fix indentation issues in ExtendedAudio cog to ensure proper execution flow in message handling logic. This change improves code readability and maintains functionality without altering existing behavior.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-28 02:49:45 -04:00
939ad36809 Fix formatting inconsistencies in ExtendedAudio cog by removing unnecessary whitespace in the duration display and message handling logic. This cleanup enhances code readability without altering functionality.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-28 02:46:35 -04:00
1d5b7783dd Remove create_progress_bar method from ExtendedAudio cog and update duration display logic to simplify track information presentation. The progress bar is no longer shown, but duration formatting remains intact.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-28 02:28:35 -04:00
640a9cf7af Add option to toggle auto-deletion of play command messages in ExtendedAudio cog
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
This commit introduces a new configuration option, `delete_play_messages`, allowing users to enable or disable the automatic deletion of messages related to play commands. A new command, `deleteplay`, is added to toggle this setting, helping to maintain a cleaner chat environment during music playback. Additionally, the cog is updated to handle message deletion after play commands are invoked.
2025-05-28 02:24:07 -04:00
c517b95f7c Add global configuration option to toggle audioset notify command and update command handling in ExtendedAudio cog
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
This commit introduces a new global configuration option to enable or disable the audioset notify command. A new command, `togglenotify`, is added for the bot owner to manage this setting. Additionally, the command handling is updated to block the audioset notify command when it is disabled, directing users to use ExtendedAudio's notification features instead.
2025-05-28 02:21:10 -04:00
54103024e6 Update ExtendedAudio cog to use a new embed color and enhance profile generation by defining a stats area for blur effects in default.py.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-28 02:15:39 -04:00
58469e28df Enhance ExtendedAudio cog by adding new configuration options for embed color, thumbnail display, and progress bar visibility. Update command handling for setting these options and improve the display of song update messages with embedded content, including track information and progress bars.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-28 02:07:09 -04:00
fb2b2a0ce7 Enhance ExtendedAudio cog by adding support for song update messages in a designated channel. Introduce new configuration options for status channel, message format, and cleanup of old messages. Update variable support to include song author and improve user interaction with commands for setting status format and channel.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-28 02:02:22 -04:00
22fcd8420a Refactor ExtendedAudio and Shop classes to improve attribute access and enhance user interaction handling. Update duration calculation in ExtendedAudio to handle track length in milliseconds, and modify PendingView in Shop to pass context for user selection, ensuring accurate user identification.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-28 01:52:41 -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.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-24 07:44:15 -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.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-24 07:39:44 -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.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
2025-05-24 07:37:00 -04:00