17d41df051
fix: Enhance userinfo command with additional member details including badges, account age, and device status
2025-05-31 12:57:42 -06:00
c75c01786f
fix: Enhance userinfo command to fetch up-to-date member data and improve activity status handling
2025-05-31 12:51:02 -06:00
72db1fafd8
fix: Improve member fetching in userinfo command with error handling for better user experience
2025-05-31 12:46:40 -06:00
e3920d4a92
fix: Remove unnecessary spacing parameter in UserInfoView container for cleaner UI layout
2025-05-31 12:39:02 -06:00
613409a2d2
fix: Update UserInfoView container to use member color for improved UI consistency
2025-05-31 12:37:42 -06:00
9851141c8a
Prevent pings in user info command output
...
Add `allowed_mentions` to the `ctx.send` call for the user info command.
This prevents the bot from accidentally pinging users, roles, or everyone
when displaying user information, avoiding unwanted notifications.
2025-05-31 12:34:45 -06:00
4e0649f7ed
refactor: Simplify UI component structure in UserInfoCog by removing unnecessary sections for dates, status, activity, roles, and voice state
2025-05-31 12:27:08 -06:00
33cbc52745
fix: Update UserInfoView to use default accent color and improve error handling for user info display
2025-05-31 12:25:35 -06:00
3d42fb487a
feat: Enhance UserInfoView initialization to handle accent color fallback for improved UI consistency
2025-05-31 12:23:37 -06:00
0a98a9ea8f
feat: Update UserInfoCog UI components to remove default accessory from sections for improved layout
2025-05-31 12:21:48 -06:00
b52c979330
feat: Implement UserInfoCog to display detailed user information with enhanced UI components
2025-05-31 12:20:41 -06:00
63b82bad2c
feat: Add moderator role configuration and authorization check for timeout user functionality
2025-05-30 23:06:20 -06:00
99bd17008e
feat: Uncomment model parameter for speech recognition to improve voice chat handling
2025-05-30 23:01:10 -06:00
445be20991
feat: Integrate Google Cloud Speech-to-Text for voice transcription and enhance response handling
2025-05-30 22:49:22 -06:00
36f3f80487
feat: Implement dedicated voice text channel functionality and logging for voice interactions
2025-05-30 22:34:27 -06:00
1197a345b9
fix: Remove unnecessary FFMPEG_OPTIONS for local file handling in VoiceGatewayCog
2025-05-30 22:25:10 -06:00
d9bfe0fa6b
feat: Add tts_provider_cog to the list of cogs loaded in main function
2025-05-30 22:20:28 -06:00
540ab69220
feat: Implement caching and semantic memory embedding for voice transcriptions in on_voice_transcription_received_listener
2025-05-30 22:17:34 -06:00
1c5db9f9e9
fix: Use functools.partial for transcribing audio with Whisper model in VoiceGatewayCog
2025-05-30 22:13:04 -06:00
7dd00644a2
fix: Update asyncio task creation to use bot loop in VoiceAudioSink for audio segment processing
2025-05-30 22:11:41 -06:00
429d416010
fix: Update VoiceAudioSink write method to accept VoiceData and extract PCM data
2025-05-30 22:08:49 -06:00
2706abe5f6
refactor: Simplify VoiceAudioSink initialization by removing voice_client parameter
2025-05-30 22:07:42 -06:00
09a9ced39c
feat: Add wants_opus method to VoiceAudioSink to indicate PCM audio processing
2025-05-30 22:06:04 -06:00
3824ba9a6c
feat: Refactor audio processing in VoiceGatewayCog to remove OpusDecoder and integrate FFmpeg for audio conversion
2025-05-30 22:01:36 -06:00
c0c65fe3d1
fix: Remove unused imports from opuslib in VoiceGatewayCog
2025-05-30 21:42:50 -06:00
743dd21860
fix: Add traceback import for detailed error reporting on opuslib import failure
2025-05-30 21:41:41 -06:00
f463066bb9
feat: Update cogs loading logic to include VoiceGatewayCog and refine loading conditions
2025-05-30 21:39:13 -06:00
eda9169ce9
fix: Add import for importlib.util to resolve Pylance error
2025-05-30 21:35:59 -06:00
db64d0e790
feat: Add Google Cloud TTS provider
...
Introduces a new TTS provider using Google Cloud Text-to-Speech (Chirp HD model). This allows for higher quality and more natural-sounding voice synthesis.
The `TTSProviderCog` now includes:
- A `google_cloud_tts` option in the `_synthesize_speech` method.
- Checks for the `google-cloud-texttospeech` library and provides installation instructions if missing.
- Error handling for common Google Cloud TTS issues like quota limits or credential problems.
- A new choice in the `/ttsprovider` slash command for "Google Cloud TTS (Chirp HD)".
- A check for the availability of the `google.cloud.texttospeech` module on startup.
2025-05-30 21:25:01 -06:00
b2ea6540c0
feat: Add conditional separators in leaderboard and level roles display for improved readability
2025-05-30 19:59:25 -06:00
9968129235
fix: Refactor leaderboard display logic to improve readability and structure
2025-05-30 19:56:58 -06:00
bae99da412
feat: Improve leaderboard and role list display by adding conditional separators for better readability
2025-05-30 19:55:28 -06:00
fcfae913c5
fix: Update main container accent color to None for improved UI flexibility
2025-05-30 19:49:00 -06:00
f381b3fef1
feat: Refactor LevelCheckView and LeaderboardView to streamline layout and improve component organization
2025-05-30 19:48:14 -06:00
bb731506b9
feat: Refactor UI component initialization for level and leaderboard displays to improve layout consistency
2025-05-30 19:44:23 -06:00
bcdfb697fd
feat: Enhance layout of level and leaderboard displays for improved readability
2025-05-30 19:37:28 -06:00
b16e8fa218
feat: Combine Level, XP, and Progress display for improved clarity in level check
2025-05-30 19:29:30 -06:00
599e874d36
feat: Update UI sections to explicitly handle thumbnail and accessory parameters
2025-05-30 19:28:13 -06:00
6f77a9cc73
feat: Refactor level display layout to improve structure and accessibility
2025-05-30 19:26:47 -06:00
859b20dfe1
feat: Refactor leveling commands to use UI components for enhanced user experience
2025-05-30 19:23:13 -06:00
8fbfb8eb65
feat: Add command to post or update selector messages for all role categories in a channel
2025-05-30 18:49:22 -06:00
f61731c96f
feat: Add command to add all global role presets as categories to the guild with feedback on creation
2025-05-30 18:44:34 -06:00
478b6709d3
feat: Enhance autocomplete for role category names to include all options when input is empty
2025-05-30 18:38:17 -06:00
d73efb9735
feat: Add autocomplete for role category names and enhance role category addition logic
2025-05-30 18:33:11 -06:00
05433c0bb8
feat: Enhance role management with auto-creation of roles from presets and owner checks
2025-05-30 18:25:45 -06:00
f1364be0e5
feat: Implement slash commands for role selection management and enhance user interaction
2025-05-30 18:14:56 -06:00
a3eacbcfe0
Refactor code structure for improved readability and maintainability
2025-05-30 18:09:05 -06:00
28960c4c0c
fix: Enhance author identification logic to utilize cached author strings for improved efficiency
2025-05-30 17:52:30 -06:00
c7e15f5581
fix: Update user identification logic to default to "Unknown User" when no identifiers are found
2025-05-30 17:49:09 -06:00
f816116473
fix: Update emoji usage guidelines for clarity and sentiment adaptation
2025-05-30 17:46:10 -06:00