Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prgofficial committed Mar 5, 2021
1 parent b801e66 commit fc1caeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@

class Config(object):

# Get a bot token from botfather
BOT_TOKEN = os.environ.get("BOT_TOKEN", "")


# Get from my.telegram.org (or @UseTGXBot)
APP_ID = int(os.environ.get("APP_ID", ""))

API_HASH = os.environ.get("API_HASH", "")

0 comments on commit fc1caeb

Please sign in to comment.