Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
💬 Tweak trivia flavor text + command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert142 committed Dec 9, 2018
1 parent 92cbc33 commit f30769c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configurations/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ const commands = {
category: `Utility 🔦`,
},
trivia: {
usage: `[todo do usage]`,
usage: `["start"|<answer>|"skip"/"next"|"end"/"."]`,
description: `A fun question-and-answer group quiz game`,
defaults: {
isEnabled: true,
Expand Down
4 changes: 2 additions & 2 deletions Modules/Trivia.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ const questionTitles = [
"Oh, here's a good one❗",
"I bet you don't know this one❗",
"I'd be surprised if you know this❗",
"And, what about this one❓",
"What about this one❓",
"Are you just going to guess this one❓",
"Maybe skip this tough one❓",
"Are you sure you're not using Wikipedia at this point❓",
"Maybe give this easy one to someone else❓",
"Hey, stop googling! You know who you are❗",
"Hey, stop googling❗",
"Who comes up with these❓",
];

Expand Down

0 comments on commit f30769c

Please sign in to comment.