From 6ae69d3cb43f178b66dc3bc6fe8a0c7f815d304a Mon Sep 17 00:00:00 2001 From: nikkhilnarwade <102173145+nikkhilnarwade@users.noreply.github.com> Date: Mon, 20 Jun 2022 19:22:56 +0530 Subject: [PATCH] Update and rename config.env.template to config.env --- config.env | 5 +++++ config.env.template | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 config.env delete mode 100644 config.env.template diff --git a/config.env b/config.env new file mode 100644 index 0000000..d49ce91 --- /dev/null +++ b/config.env @@ -0,0 +1,5 @@ +API_ID = 9046000 +API_HASH = "c2f96e92df563581290ff186c4a58ce2" +BOT_TOKEN = "5455653072:AAFutiCWjqX7DkU2OBxJNpvNpB8Uz2dVOYQ" +SUDO_USERS = "" # List of sudo user's id, separated by space. +DOWNLOAD_DIR = "" # Download directory where to download files. Must ends with forward slash > / < diff --git a/config.env.template b/config.env.template deleted file mode 100644 index 3371a10..0000000 --- a/config.env.template +++ /dev/null @@ -1,5 +0,0 @@ -API_ID = # Get it by creating an app on https://my.telegram.org -API_HASH = "" # Get it by creating an app on https://my.telegram.org -BOT_TOKEN = "" # Get it by creating a bot on https://t.me/BotFather -SUDO_USERS = "" # List of sudo user's id, separated by space. -DOWNLOAD_DIR = "" # Download directory where to download files. Must ends with forward slash > / < \ No newline at end of file