diff --git a/bot/config.py b/bot/config.py index 311eaa5..13d63b4 100644 --- a/bot/config.py +++ b/bot/config.py @@ -2,19 +2,19 @@ class Config: - BOT_TOKEN = "" + BOT_TOKEN = "7254205392:AAFiR1r7y44XdXnshKH9BGK6BUusrdiubLA" - SESSION_NAME = "" + SESSION_NAME = "ytuploader66tbot" - API_ID = "" + API_ID = "21503867" - API_HASH = "" + API_HASH = "e0e50d95e1319072731fb0a4a585e9d5" - CLIENT_ID = "" + CLIENT_ID = "44942582107-5g4fa2u87fropu8dvcicrm0b2nfi4t4c.apps.googleusercontent.com" - CLIENT_SECRET = "" + CLIENT_SECRET = "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" - AUTH_USERS = [942731625] + AUTH_USERS = [6221136155] VIDEO_DESCRIPTION = "" @@ -28,4 +28,4 @@ class Config: UPLOAD_MODE = "unlisted" - CRED_FILE = "auth_token.txt" \ No newline at end of file + CRED_FILE = "auth_token.txt"