sboamah / trivia-bot

A easy to use multi choice and true or false trivia bot for discord that includes a global leaderboard, categories, server leaderboards, and a infinite amount of control.

Home Page:https://triviabot.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trivia Bot

Maintenance Discord Bots Discord Bots PRs Welcome Syntax Check

A easy to use multiple choice and true/false trivia bot for discord the includes a global leaderboard, categories, server leaderboards, and a infinite amount of control. You can use the code if you credit us, by the original creators discretion.

Getting Started:

Simply do docker run --env bottoken=YOURTOKENHERE --env REDIS_URL=YOURREDISHERE -env kd7t/triviabot

Commands:

NOTE: ignore the [ ] that just shows what should be there when entering the command

;vote
;trivia [optional category] - Play trivia
;multichoice [optional category] - Play multiple choice trivia
;truefalse [optional category] - Play true/false trivia
;categories - Lists categories
;top - Lists top players
;points - Lists your points
;servertop - Lists top users in your server
;invite - Pastes invite link
;credits - Shows credits
;ping - Shows ping
;version - Shows version info (Heroku Only)

Admin Panel:

Admins have access to the admin panel:

Admin Panel

Note: The file name is admin.py

Also Note: To access the admin panel the REDIS URL and the token must be provided.

Admin Commands:

NOTE: these only work for admins (Everyone with the manage bot permission).

;triviadebug - This is echos the contents of the data key (actually everyone can use it but its useless)
;servers - This lists the servers the bot is in.
;setplaying - Sets the "Playing" messages
;run - Executes python command

TO DO:

  • Point Streaks

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Evan Gubarev

πŸ’» 🎨 πŸ€” πŸš‡

WickedTree Development

🎨 πŸ’»

thexpiredpear

πŸ’» 🎨

This project follows the all-contributors specification. Contributions of any kind welcome!

Images:

A multi question

A sample question

Global Leaderboards

Personal Points

Copyright

(c) 2020 KD7T Enterprises

About

A easy to use multi choice and true or false trivia bot for discord that includes a global leaderboard, categories, server leaderboards, and a infinite amount of control.

https://triviabot.tech

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Dockerfile 0.2%