!sysinfo – display comprehensive system info in a clean code block.
"""
await bot.api.send_markdown_message(room.room_id, usage)
return
await get_system_info(room, bot)
# ---------------------------------------------------------------------------
# Plugin Metadata
# ---------------------------------------------------------------------------
__version__ = "1.3.1"
__author__ = "Funguy Bot"
__description__ = "System information plugin"
__help__ = """
Displays CPU, RAM, storage, network, GPU, sensors, top processes, and more in a clean, aligned code block.