Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbirHasan2005 authored Mar 10, 2021
1 parent a5fb27f commit 6c26a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Config(object):
APP_ID = int(get_config("APP_ID", 12345))
API_HASH = get_config("API_HASH", "")
LOG_CHANNEL = get_config("LOG_CHANNEL")
UPDATES_CHANNEL = get_config("UPDATES_CHANNEL") # Without `@` LOL
UPDATES_CHANNEL = get_config("UPDATES_CHANNEL", "") # Without `@` LOL
# Get these values from my.telegram.org
# array to store the channel ID who are authorized to use the bot
AUTH_USERS = set(
Expand Down

0 comments on commit 6c26a9c

Please sign in to comment.