Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sample.env #61

Open
wants to merge 1 commit into
base: Multi
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions sample.env
Original file line number Diff line number Diff line change
@@ -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 @