aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-03-05 01:19:30 +0300
committerGravatar GitHub <[email protected]>2021-03-05 01:19:30 +0300
commit0bc3cc53563816d6d9bd02e7b939ad767c7984a3 (patch)
treec5c0b0482ded0648a4e9d99280df53e54b926165 /bot/constants.py
parentMerge pull request #607 from Shivansh-007/fix/startup-channels (diff)
parentUpdate earth_photos.py (diff)
Merge pull request #609 from Kronifer/earth_photos
Earth photos
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index db34b55a..721defc8 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -158,6 +158,7 @@ class Colours:
soft_orange = 0xf9cb54
soft_red = 0xcd6d6d
yellow = 0xf9f586
+ grass_green = 0x66ff00
class Emojis:
@@ -271,6 +272,7 @@ class Tokens(NamedTuple):
igdb_client_id = environ.get("IGDB_CLIENT_ID")
igdb_client_secret = environ.get("IGDB_CLIENT_SECRET")
github = environ.get("GITHUB_TOKEN")
+ unsplash_access_key = environ.get("UNSPLASH_KEY")
class Wolfram(NamedTuple):