Skip to content

Commit 1c5b043

Browse files
Update config.py
1 parent 0fb4745 commit 1c5b043

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

config.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
TG_BOT_TOKEN = os.environ.get("TG_BOT_TOKEN", "")
1212

1313
#Your API ID from my.telegram.org
14-
APP_ID = int(os.environ.get("APP_ID", ""))
14+
APP_ID = int(os.environ.get("APP_ID", "26422668"))
1515

1616
#Your API Hash from my.telegram.org
17-
API_HASH = os.environ.get("API_HASH", "")
17+
API_HASH = os.environ.get("API_HASH", "13853df234b2fbe18d9027a5985cc69e")
1818

1919
#Your db channel Id
20-
CHANNEL_ID = int(os.environ.get("CHANNEL_ID", ""))
20+
CHANNEL_ID = int(os.environ.get("CHANNEL_ID", "-1003433236081"))
2121

2222
#OWNER ID
23-
OWNER_ID = int(os.environ.get("OWNER_ID", ""))
23+
OWNER_ID = int(os.environ.get("OWNER_ID", "7527314266"))
2424

2525
#Port
2626
PORT = os.environ.get("PORT", "8080")
2727

2828
#Database
29-
DB_URI = os.environ.get("DATABASE_URL", "")
30-
DB_NAME = os.environ.get("DATABASE_NAME", "filesharexbot")
29+
DB_URI = os.environ.get("DATABASE_URL", "mongodb+srv://villainravangaming:mikey_kun_781_@cluster0.fbgs1zz.mongodb.net/?retryWrites=true&w=majority")
30+
DB_NAME = os.environ.get("DATABASE_NAME", "villainravangaming")
3131

3232
#force sub channel id, if you want enable force sub
3333
FORCE_SUB_CHANNEL = int(os.environ.get("FORCE_SUB_CHANNEL", "0"))
@@ -66,7 +66,7 @@
6666
USER_REPLY_TEXT = "❌Don't send me messages directly I'm only File Share bot!"
6767

6868
ADMINS.append(OWNER_ID)
69-
ADMINS.append(1250450587)
69+
ADMINS.append(7527314266)
7070

7171
LOG_FILE_NAME = "filesharingbot.txt"
7272

0 commit comments

Comments
 (0)