Skip to content

feat: periodic auto-refresh for status panel #8

@df1gg

Description

@df1gg

Implement auto-refresh of the main status message every few minutes, without user interaction.

  • Use asyncio.create_task() and a background loop with asyncio.sleep()
  • Suggested interval: every 3–5 minutes
  • Optional: make it configurable via config.py

This feature will allow the bot to proactively update system status for admins.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions