aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Gustav Odinger <[email protected]>2022-03-14 01:56:00 +0100
committerGravatar GitHub <[email protected]>2022-03-14 00:56:00 +0000
commita468379dec50a69b1932516e3ed66ce0f157fd2b (patch)
treed5ec0400b5be12477ee3763ffcc04a6bda8bcbb7 /bot/constants.py
parentHandle Missing Logs in Latex API Response (#1036) (diff)
Add Twemoji utility command (#988)
Co-authored-by: Xithrius <[email protected]>
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 5d876d97..da81a089 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -157,6 +157,7 @@ class Logging(NamedTuple):
class Colours:
blue = 0x0279FD
+ twitter_blue = 0x1DA1F2
bright_green = 0x01D277
dark_green = 0x1F8B4C
orange = 0xE67E22