This project is under development until the end of Discord Public Developer Preview.
This activity is a multiplayer trivia game. It handles user disconnection and reconnection, and allows for playing across multiple servers simultaneously.
The game utilizes Open Trivia Database API to fetch questions, currently limited to English. However, future versions will allow choosing the language.
Requires Docker and Docker Compose.
- Create an Application in the Discord Developer Portal.
- Enable activities in the
Activity
tab. - Create a .env file with the following content:
This informations can be found in the
DISCORD_CLIENT_ID=your_application_id DISCORD_CLIENT_SECRET=your_application_secret
OAuth2
tab. - Run with
docker-compose up --build -d
. - Run
docker-compose logs server-client client-tunnel
and copy the URLs to theURL Mappings
tab like that: - Go to a Discord voice channel in a Guild with less than 25 users.
- You are ready to play!