7 Commits

Author SHA1 Message Date
Slipstreamm
74be8ecb45 refactor(system-check): Improve system status view layout
Refactor the system status view to enhance readability and organization.

- Introduce `_create_aligned_block` helper for consistent, aligned text formatting.
- Consolidate bot, system, and hardware information into new aligned blocks.
- Remove redundant separators and improve overall view structure.
- Adjust progress bar length for better fit.
- Optimize user count gathering using a set for unique users.
- Improve Windows version detection and Linux motherboard info fallback.
2025-06-14 13:18:02 -06:00
Slipstreamm
96fdf225a8 feat(system-check): Revamp status command UI with components v2
Overhauls the output of the `/systemcheck` and `!systemcheck` commands using
Discord UI Components V2 for a more modern and readable display.

- Implemented `ui.LayoutView` for structured information presentation.
- Added progress bars for CPU and RAM utilization for quick visual assessment.
- Standardized display of OS, hardware, and bot statistics.
- Separated data collection from UI rendering logic.
- Added `status` alias for the prefix command.
- Improved error handling for system information retrieval to display 'N/A' on failure.
2025-06-14 13:15:28 -06:00
Slipstreamm
c40bb8ccab feat(system-check): Display system status using UI views
Refactors the system check command to utilize `discord.ui.LayoutView` instead of traditional embeds for presenting system and bot information. This provides a more structured and visually distinct layout for the status output.
2025-06-14 04:57:20 -06:00
d1ec42fa51
big ass formatting 2025-06-05 21:31:06 -06:00
0e49a5cbf0
asd 2025-05-08 22:06:16 -06:00
29732f28d9
aaa 2025-05-04 21:44:00 -06:00
60d7880d3c
init 2025-04-25 14:03:49 -06:00