aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Objectivitix <[email protected]>2021-05-09 17:41:34 -0300
committerGravatar GitHub <[email protected]>2021-05-09 17:41:34 -0300
commit66480996e0a227506c01260e8899ea4256db6eb9 (patch)
tree51fb55d4c9f0973ee0e52de2a0097ebd42b6280b
parentlint failure fix, imported in alphabetical order (diff)
use binary formatting instead of `bin()` in function
-rw-r--r--bot/resources/evergreen/trivia_quiz.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json
index ce33e8c9..79e79d00 100644
--- a/bot/resources/evergreen/trivia_quiz.json
+++ b/bot/resources/evergreen/trivia_quiz.json
@@ -423,8 +423,8 @@
{
"id": 226,
"dynamic_id": 205,
- "question": "BASE TWO QUESTION: Calculate {} {} {}",
- "answer": "{}"
+ "question": "BASE TWO QUESTION: Calculate {:b} {} {:b}",
+ "answer": "{:b}"
},
{
"id": 227,