CHEESINGWAY // SYS
module: sys_qotd.py

Question of the Day Lobby

QOTD ENGINE: ONLINE

The Question of the Day (QOTD) system drives community discussion by scheduling daily prompts, managing user suggestions, and automatically creating dedicated answer threads.

Automation & Engagement

Scheduled Dispatch: Prompts are fetched from a secure local database library and published daily to your community discussion channels at a preconfigured time (e.g. 10:00 AM PT).

Thread Isolation: To prevent main chat channels from cluttering, Cheesingway automatically initiates a public sub-thread for each daily question, containment-hosting all member discussion.

Anonymous Suggestions: Members can submit prompt ideas via slash commands. Submitted prompts are stored in a pending queue for administrator review.

# config/qotd_settings.py
qotd_config = {
  “channel”: “#question-of-the-day”,
  “time”: “10:00:00 PT”,
  “thread_auto_create”: True,
  “suggestions_enabled”: True
}

Audit & Moderation

Staff can review, approve, reject, or edit submitted suggestions through private command menus, maintaining full control over the published content rotation.

QOTD Trivia Challenge

What was the first expansion pack released for Final Fantasy XIV?

© 2026 Cheesingway. Built for Queso FC.