Skip to content

Commit

Permalink
Update configs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AkkilMG authored Jul 3, 2021
1 parent 15d2efe commit 4739ab8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ class Config(object):
DONATE = str(os.environ.get("DONATE_TEXT", ""))

DONATE_LINK = str(os.environ.get("DONATE_LINK", ""))

UPDATE_CHANNEL = str(os.environ.get("UPDATE_CHANNEL", ""))

SUPPORT_GROUP = str(os.environ.get("SUPPORT_GROUP", ""))

0 comments on commit 4739ab8

Please sign in to comment.