diff --git a/config.py b/config.py index 81da8fa..51034e2 100644 --- a/config.py +++ b/config.py @@ -29,7 +29,7 @@ LOGGER_ID = int(getenv("LOGGER_ID", None)) # Get this value from @Harry_RoxBot on Telegram by /id -OWNER_ID = int(getenv("OWNER_ID", 6848223695)) +OWNER_ID = int(getenv("OWNER_ID", 22444619)) ## Fill these variables if you're deploying on heroku. # Your heroku app name @@ -39,15 +39,15 @@ UPSTREAM_REPO = getenv( "UPSTREAM_REPO", - "https://github.com/DeadlineTech/music", + "https://github.com/naynay11122211/MS", ) UPSTREAM_BRANCH = getenv("UPSTREAM_BRANCH", "master") GIT_TOKEN = getenv( "GIT_TOKEN", None ) # Fill this variable if your upstream repository is private -SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/DeadlineTechTeam") -SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/DeadlineTechsupport") +SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/lifewithmusic4") +SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/BSHmusic12") # Get this credentials from https://developer.spotify.com/dashboard