Play trivia with friends!
Manage Trivia settings.
.triviaset
MOD
server_only
Set the maximum seconds permitted to answer a question.
.triviaset timelimit <seconds>
Set the total points required to win.
.triviaset maxscore <score>
Allow/disallow trivia lists to override settings.
.triviaset override <enabled>
Show the current trivia settings.
.triviaset showsettings
Set how long until trivia stops due to no response.
.triviaset stopafter <seconds>
Set whether or not the answer is revealed.
If enabled, the bot will reveal the answer if no one guesses correctly
in time.
.triviaset revealanswer <enabled>
Manage Custom Trivia lists.
.triviaset custom
BOT_OWNER
Upload a trivia file.
.triviaset custom upload
BOT_OWNER
add
Delete a trivia file.
.triviaset custom delete <name>
BOT_OWNER
remove
List uploaded custom trivia.
.triviaset custom list
Set whether or not the bot gains points.
If enabled, the bot will gain a point if no one guesses correctly.
.triviaset botplays <enabled>
Set the payout multiplier.
This can be any positive decimal number. If a user wins trivia when at
least 3 members are playing, they will receive credits. Set to 0 to
disable.
The number of credits is determined by multiplying their total score by
this multiplier.
.triviaset payout <multiplier>
ADMIN
is_owner_if_bank_global
Set if bot will display the answers in spoilers.
If enabled, the bot will use spoilers to hide answers.
.triviaset usespoilers <enabled>
Start trivia session on the specified category.
You may list multiple categories, in which case the trivia will involve
questions from all of them.
.trivia <categories>
server_only
Stop an ongoing trivia session.
.trivia stop
Leaderboard for trivia.
Defaults to the top 10 of this server, sorted by total wins. Use
subcommands for a more customised leaderboard.
.trivia leaderboard
lboard
Leaderboard for this server.
<sort_by>
can be any of the following fields:
wins
: total winsavg
: average scoretotal
: total correct answersgames
: total games played<top>
is the number of ranks to show on the leaderboard.
.trivia leaderboard server [sort_by=wins] [top=10]
server_only
Global trivia leaderboard.
<sort_by>
can be any of the following fields:
wins
: total winsavg
: average scoretotal
: total correct answers from all sessionsgames
: total games played<top>
is the number of ranks to show on the leaderboard.
.trivia leaderboard global [sort_by=wins] [top=10]
List available trivia categories.
.trivia list
Get information about a trivia category.
.trivia info <category>