style(system-check-cog): Remove header section from status view
This commit is contained in:
parent
74be8ecb45
commit
9a016da0ee
@ -81,12 +81,7 @@ class SystemStatusView(ui.LayoutView):
|
||||
def _build_ui(self):
|
||||
"""Constructs the UI elements of the view."""
|
||||
# Main container with Discord's "Blurple" color
|
||||
container = ui.Container(accent_colour=discord.Color.from_rgb(88, 101, 242))
|
||||
|
||||
# --- Header ---
|
||||
header = ui.Section(accessory=ui.Thumbnail(media=self.bot_user.display_avatar.url))
|
||||
header.add_item(ui.TextDisplay("**📊 System Status**"))
|
||||
container.add_item(header)
|
||||
container = ui.Container(accent_colour=None)
|
||||
|
||||
# --- Bot & System Info ---
|
||||
self._add_bot_system_info(container)
|
||||
|
Loading…
x
Reference in New Issue
Block a user