Skip to content

Commit

Permalink
v1.9.0 released!!
Browse files Browse the repository at this point in the history
  • Loading branch information
sanila2007 authored Oct 4, 2022
1 parent 30c2f05 commit 38fdcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Config(object):
API_ID = int(os.environ.get("API_ID", 12345678))
API_HASH = os.environ.get("API_HASH")
BOT_TOKEN = os.environ.get("BOT_TOKEN")
ADMIN = "@SanilaRanatunga"
ADMIN = os.environ.get("ADMIN")
LOG_CHANNEL = os.environ.get("LOG_CHANNEL")
FEEDBACK_GROUP = os.environ.get("FEEDBACK_GROUP")

0 comments on commit 38fdcfb

Please sign in to comment.