forked from TeamYukki/YukkiMusicBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced Yukki Docs, Updated README, Optimised System Stats Module,…
… Fixed Song Download Module
- Loading branch information
1 parent
35a9624
commit 3384b30
Showing
11 changed files
with
123 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,13 @@ | ||
STRING_SESSION1 = "" # A pyrogram String Session | ||
STRING_SESSION2 = "" | ||
STRING_SESSION3 = "" | ||
STRING_SESSION4 = "" | ||
STRING_SESSION5 = "" | ||
|
||
LOG_SESSION = "" | ||
|
||
|
||
BOT_TOKEN= "" Get a token from @botFather | ||
|
||
API_ID= "" Get this value from https://my.telegram.org | ||
|
||
API_HASH= "" Get this value from https://my.telegram.org | ||
|
||
SUDO_USERS = "" # For multiple Users Use Space | ||
|
||
DURATION_LIMIT= "" # In Mins (EX :- 60) | ||
|
||
MONGO_DB_URI = "" # Mongo DB URL | ||
|
||
LOG_GROUP_ID = "" # Chat id of a group, not channel | ||
|
||
MUSIC_BOT_NAME = "" # Name for your music bot | ||
|
||
OWNER_ID = "" Owner id | ||
|
||
SUPPORT_CHANNEL = "" # Support Channel Link if you have any, Leave blank if no support. Your link must start with https://t.me/ | ||
|
||
SUPPORT_GROUP = "" #Support Group Link if you have any, Leave blank if no support. Your link must start with https://t.me/ | ||
|
||
ASSISTANT_PREFIX ="" #Prefix for Assistant Commands. | ||
|
||
PING_IMG = "" #Telegraph link of image for ping | ||
|
||
|
||
|
||
|
||
### Remove all lines from here including this line too | ||
|
||
### Don't use "" for your vars. | ||
### Remove description lines we've written | ||
|
||
|
||
A simple Example:- | ||
|
||
API_ID=18301 | ||
API_HASH=jdks92djw092id | ||
BOT_TOKEN=8902jd:84902jd | ||
|
||
and so on.... | ||
|
||
###Remove all extra lines and don't use "". | ||
STRING_SESSION1 = PYROGRAMSESSION | ||
API_ID = 6 | ||
API_HASH = eb06d4abfb49dc3eeb1aeb98ae0f581e | ||
BOT_TOKEN = 504729834470:AAHidqz_M26xIem_Cn4Hs3BHrIokG1W43bo | ||
SUDO_USERS = 18920183 39103921 | ||
MONGO_DB_URI = mongodb+srv://a:[email protected]/a?retryWrites=a&w=majority | ||
LOG_GROUP_ID = -1003209382042 | ||
MUSIC_BOT_NAME = Yukki | ||
OWNER_ID = 482049203 | ||
DURATION_LIMIT = 90 | ||
SUPPORT_CHANNEL = https://t.me/OfficialYukki | ||
SUPPORT_GROUP = https://t.me/YukkiSupport | ||
ASSISTANT_PREFIX = ! |