From e688324db2c6c4b9d1aaadf80a94bd25ef525603 Mon Sep 17 00:00:00 2001 From: Jeeyaz_bot <87598600+Frozenkavin@users.noreply.github.com> Date: Wed, 21 Jul 2021 07:19:41 +0530 Subject: [PATCH] Update and rename config.py to frozenkavinconfig.py Music --- config.py | 4 ---- frozenkavinconfig.py | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 config.py create mode 100644 frozenkavinconfig.py 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. diff --git a/frozenkavinconfig.py b/frozenkavinconfig.py new file mode 100644 index 0000000..791dd0c --- /dev/null +++ b/frozenkavinconfig.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 = "1900786968:AAG-oUKeecvNztrYMkCBZx8CZ8Wp11luNWg" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.