Skip to content

Commit

Permalink
Added Database & More Features
Browse files Browse the repository at this point in the history
  • Loading branch information
AbirHasan2005 committed Feb 3, 2021
1 parent 4a3eb05 commit 8336779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@


# TODO: is there a better way?
SESSION_NAME = Config.SESSION_NAME
TG_BOT_TOKEN = Config.TG_BOT_TOKEN
APP_ID = Config.APP_ID
API_HASH = Config.API_HASH
AUTH_USERS = set(Config.AUTH_USERS)
AUTH_USERS = list(AUTH_USERS)
AUTH_USERS.append(144528371)
AUTH_USERS.append(715779594)
LOG_CHANNEL = Config.LOG_CHANNEL
DATABASE_URL = Config.DATABASE_URL
DOWNLOAD_LOCATION = Config.DOWNLOAD_LOCATION
MAX_FILE_SIZE = Config.MAX_FILE_SIZE
TG_MAX_FILE_SIZE = Config.TG_MAX_FILE_SIZE
Expand Down

0 comments on commit 8336779

Please sign in to comment.