Skip to content

Commit 70145b7

Browse files
committed
Update README
1 parent 9a0af94 commit 70145b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,8 @@ Command ``trivia``
10621062
10631063
Fetch a trivia question from opentdb.com and allow all discord users to provide
10641064
an answer until the time limit is up. Whoever provides the correct answer first
1065-
wins, and if the correct answer is not provided, then nobody wins. Also keeps track
1066-
of scores (number of wins) by discord user ID.
1065+
gets 2 points, and any other correct answers that came after that get 1 point.
1066+
If the correct answer is not provided, then no points are awarded.
10671067
10681068
[time_limit] should be replaced with the desired time limit for the question, in seconds.
10691069
This parameter is optional; if no time limit is provided then a time limit of 60 seconds
@@ -1084,8 +1084,9 @@ Command ``triviascores``
10841084
10851085
triviascores
10861086
1087-
Shows total score (number of first correct answers) for all discord users who have
1088-
ever answered a trivia question.
1087+
Shows total score for all discord users who have ever answered a trivia question correctly.
1088+
The first correct answer to a trivia question gets 2 points, and all other correct answers
1089+
get 1 point.
10891090
10901091
Example:
10911092

0 commit comments

Comments
 (0)