18 Commits

Author SHA1 Message Date
61c671c19f
fix: reliably display user banner 2025-06-05 07:24:23 +00:00
ce231e1455
Add banner to user info view 2025-06-05 06:45:28 +00:00
76f2d2cd23
fix: Update userinfo command to use correct attribute for member accent color 2025-05-31 13:05:05 -06:00
3ae3237921
fix: Update userinfo command to use correct attribute for member timeout status 2025-05-31 13:03:46 -06:00
d4b263d4c9
fix: Refactor userinfo command for improved member data handling and timezone awareness 2025-05-31 13:02:38 -06:00
0713e025ef
fix: Update userinfo command to correctly display user badges from public flags 2025-05-31 13:00:54 -06:00
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