12 Commits

Author SHA1 Message Date
a136d02448
fix: Update userinfo command to fetch all public user flags for accurate badge display 2025-05-31 12:58:47 -06:00
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