The Trivia capability adds interactive quiz games to your bot. Start a round, answer questions, and compete for the highest score.
Commands
| Command | Description |
|---|---|
!Bot trivia start |
Start a new trivia round |
!Bot trivia start <category> |
Start with a specific category |
!Bot trivia stop |
Stop the current round |
!Bot trivia score |
Show current scores |
!Bot answer <text> |
Answer the current question |
Categories
Available trivia categories:
- general — Mixed general knowledge
- science — Science and nature
- history — Historical events and figures
- geography — Countries, capitals, and landmarks
- technology — Computers, software, and tech
- entertainment — Movies, music, and pop culture
Configuration
Admins can configure via /bot set:
trivia_category— Default category (default: general)trivia_time— Seconds per question (default: 30)trivia_questions— Questions per round (default: 10)trivia_points— Points per correct answer (default: 10)
Rules
- Only one round can be active per channel at a time
- Each question has a time limit — unanswered questions are skipped
- Answers are case-insensitive
- Scores reset when a new round starts