From 6d23fa4fd2695e86cac508add564867f8daeff89 Mon Sep 17 00:00:00 2001 From: Jeeyaz_bot <87598600+Frozenkavin@users.noreply.github.com> Date: Sun, 18 Jul 2021 14:59:12 +0530 Subject: [PATCH] Update and rename config.py to Jeeyazconfig.py Music --- Jeeyazconfig.py | 4 ++++ config.py | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 Jeeyazconfig.py delete mode 100644 config.py diff --git a/Jeeyazconfig.py b/Jeeyazconfig.py new file mode 100644 index 0000000..82ec275 --- /dev/null +++ b/Jeeyazconfig.py @@ -0,0 +1,4 @@ +class Config: + API_ID = "7457559" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "6bc24b0a199f520cfd2fefd1db12ce15" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "AAEEPgCOvrSd6A5I16vQlfWDNiaQeg2fYFE" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command. diff --git a/config.py b/config.py deleted file mode 100644 index 0116b70..0000000 --- a/config.py +++ /dev/null @@ -1,4 +0,0 @@ -class Config: - API_ID = "" # 🤖 Same As APP_ID. Get It From My.telegram.org. - API_HASH = "" # 🤖 Get It From My.telegram.org. - BOT_TOKEN = "" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.