Skip to content

Commit a5d138e

Browse files
authored
Merge pull request #726 from Objectivitix/main
Add "math" and "science" categories to the `.quiz` command (and more in desc)
2 parents 0da9cbd + 07b5f29 commit a5d138e

File tree

3 files changed

+703
-81
lines changed

3 files changed

+703
-81
lines changed

bot/constants.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,20 @@ class Client(NamedTuple):
140140

141141

142142
class Colours:
143-
blue = 0x0279fd
144-
bright_green = 0x01d277
145-
dark_green = 0x1f8b4c
146-
orange = 0xe67e22
147-
pink = 0xcf84e0
148-
purple = 0xb734eb
149-
soft_green = 0x68c290
150-
soft_orange = 0xf9cb54
151-
soft_red = 0xcd6d6d
152-
yellow = 0xf9f586
143+
blue = 0x0279FD
144+
bright_green = 0x01D277
145+
dark_green = 0x1F8B4C
146+
orange = 0xE67E22
147+
pink = 0xCF84E0
148+
purple = 0xB734EB
149+
soft_green = 0x68C290
150+
soft_orange = 0xF9CB54
151+
soft_red = 0xCD6D6D
152+
yellow = 0xF9F586
153153
python_blue = 0x4B8BBE
154154
python_yellow = 0xFFD43B
155-
grass_green = 0x66ff00
155+
grass_green = 0x66FF00
156+
gold = 0xE6C200
156157

157158
easter_like_colours = [
158159
(255, 247, 0),
@@ -179,7 +180,7 @@ class Emojis:
179180
envelope = "\U0001F4E8"
180181
trashcan = environ.get("TRASHCAN_EMOJI", "<:trashcan:637136429717389331>")
181182
ok_hand = ":ok_hand:"
182-
hand_raised = "\U0001f64b"
183+
hand_raised = "\U0001F64B"
183184

184185
dice_1 = "<:dice_1:755891608859443290>"
185186
dice_2 = "<:dice_2:755891608741740635>"

0 commit comments

Comments
 (0)