Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Jan 30, 2023
1 parent 9a0af94 commit 70145b7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1062,8 +1062,8 @@ Command ``trivia``
Fetch a trivia question from opentdb.com and allow all discord users to provide
an answer until the time limit is up. Whoever provides the correct answer first
wins, and if the correct answer is not provided, then nobody wins. Also keeps track
of scores (number of wins) by discord user ID.
gets 2 points, and any other correct answers that came after that get 1 point.
If the correct answer is not provided, then no points are awarded.
[time_limit] should be replaced with the desired time limit for the question, in seconds.
This parameter is optional; if no time limit is provided then a time limit of 60 seconds
Expand All @@ -1084,8 +1084,9 @@ Command ``triviascores``
triviascores
Shows total score (number of first correct answers) for all discord users who have
ever answered a trivia question.
Shows total score for all discord users who have ever answered a trivia question correctly.
The first correct answer to a trivia question gets 2 points, and all other correct answers
get 1 point.
Example:
Expand Down

0 comments on commit 70145b7

Please sign in to comment.