File tree Expand file tree Collapse file tree 3 files changed +703
-81
lines changed Expand file tree Collapse file tree 3 files changed +703
-81
lines changed Original file line number Diff line number Diff line change @@ -140,19 +140,20 @@ class Client(NamedTuple):
140
140
141
141
142
142
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
153
153
python_blue = 0x4B8BBE
154
154
python_yellow = 0xFFD43B
155
- grass_green = 0x66ff00
155
+ grass_green = 0x66FF00
156
+ gold = 0xE6C200
156
157
157
158
easter_like_colours = [
158
159
(255 , 247 , 0 ),
@@ -179,7 +180,7 @@ class Emojis:
179
180
envelope = "\U0001F4E8 "
180
181
trashcan = environ .get ("TRASHCAN_EMOJI" , "<:trashcan:637136429717389331>" )
181
182
ok_hand = ":ok_hand:"
182
- hand_raised = "\U0001f64b "
183
+ hand_raised = "\U0001F64B "
183
184
184
185
dice_1 = "<:dice_1:755891608859443290>"
185
186
dice_2 = "<:dice_2:755891608741740635>"
You can’t perform that action at this time.
0 commit comments