diff options
author | 2022-03-14 01:56:00 +0100 | |
---|---|---|
committer | 2022-03-14 00:56:00 +0000 | |
commit | a468379dec50a69b1932516e3ed66ce0f157fd2b (patch) | |
tree | d5ec0400b5be12477ee3763ffcc04a6bda8bcbb7 /bot/constants.py | |
parent | Handle 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.py | 1 |
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 |