File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1062,8 +1062,8 @@ Command ``trivia``
1062
1062
1063
1063
Fetch a trivia question from opentdb.com and allow all discord users to provide
1064
1064
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 .
1067
1067
1068
1068
[time_limit] should be replaced with the desired time limit for the question, in seconds.
1069
1069
This parameter is optional; if no time limit is provided then a time limit of 60 seconds
@@ -1084,8 +1084,9 @@ Command ``triviascores``
1084
1084
1085
1085
triviascores
1086
1086
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.
1089
1090
1090
1091
Example:
1091
1092
You can’t perform that action at this time.
0 commit comments