From c75a67c9fde7aba240eaa351ab5cd6384be14919 Mon Sep 17 00:00:00 2001 From: putrawahyu93 <153715748+putrawahyu93@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:31:08 +0700 Subject: [PATCH] Update sample.env --- sample.env | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sample.env b/sample.env index 579a6176..b57a6851 100644 --- a/sample.env +++ b/sample.env @@ -1,19 +1,19 @@ SESSION_NAME = "" # A pyrogram String Session -BOT_TOKEN = "" # Get a token from @botFather +BOT_TOKEN = "7138468327:AAHWOCiuJXdt8ZaCd8ZeLSqCvDcvgwLLIus" # Get a token from @botFather -API_ID = "" # Get this value from https://my.telegram.org +API_ID = "27476117" # Get this value from https://my.telegram.org -API_HASH = "" # Get this value from https://my.telegram.org +API_HASH = "ff6a60737b41ba2fc8897619ce673ae4" # Get this value from https://my.telegram.org -SUDO_USERS = "" # For multiple Users Use Space +SUDO_USERS = "6303565662" # For multiple Users Use Space -DURATION_LIMIT = "" # In Mins (EX :- 60) +DURATION_LIMIT = "60" # In Mins (EX :- 60) -ASSISTANT_NAME = "" # Fill there Your Assistant Username without @ +ASSISTANT_NAME = "BabyMusic" # Fill there Your Assistant Username without @ -BOT_USERNAME = "" # fill there Your Bot Username Without @ +BOT_USERNAME = "SingBaby_Bot" # fill there Your Bot Username Without @ -UPDATES_CHANNEL = "" # Support Channel Link if you have any, Leave blank if no support. Your Username must start without @ +UPDATES_CHANNEL = "@MusicBabyChannel" # Support Channel Link if you have any, Leave blank if no support. Your Username must start without @ -GROUP_SUPPORT = "" #Support Group Link if you have any, Leave blank if no support. Your Username must start without @ +GROUP_SUPPORT = "@MusicBabyGroup" #Support Group Link if you have any, Leave blank if no support. Your Username must start without @