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