File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33cgreen='\033[0;32m'
44cyellow='\033[0;33m'
5+ cpurple='\033[0;35m'
56update() {
67 sudo apt-get update && sudo apt-get upgrade -y
78}
89
910
1011pprint (){
11- printf """$cyellow $1"""
12+ printf """$cpurple $1"""
1213}
1314
1415
@@ -71,6 +72,8 @@ read string_session
7172sleep 1
7273pprint "\n\x4D\x55\x53\x49\x43\x20\x42\x4F\x54\x20\x4E\x41\x4D\x45\x3A "
7374read mbt
75+ pprint "\n\x4F\x77\x6E\x65\x72\x20\x49\x64\x20\x3A"
76+ read ownid
7477pprint "$cgreen \n\n\x50\x72\x6F\x63\x65\x73\x73\x69\x6E\x67\x20\x79\x6F\x75\x72\x20\x76\x61\x72\x73\x2C\x20\x57\x61\x69\x74\x20\x61\x20\x77\x68\x69\x6C\x65\x21"
7578sleep 5
7679if [-f .env]; then
@@ -82,7 +85,8 @@ BOT_TOKEN = $bot_token
8285MONGO_DB_URI = $mongo_db
8386LOG_GROUP_ID = $logger
8487MUSIC_BOT_NAME = $mbt
85- STRING_SESSION = $string_session""" > .env
88+ STRING_SESSION = $string_session
89+ OWNER_ID = $ownid""" > .env
8690clear
8791pprint "\n\n\n\x59\x6F\x75\x72\x20\x56\x61\x72\x73\x20\x68\x61\x76\x65\x20\x62\x65\x65\x6E\x20\x73\x61\x76\x65\x64\x20\x53\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x21\x2C\x20\x54\x68\x61\x6E\x6B\x73\x20\x66\x6F\x72\x20\x75\x73\x69\x6E\x67\x20\x59\x75\x6B\x6B\x69\x20\x49\x6E\x73\x74\x61\x6C\x6C\x65\x72\x2C\x20\x6E\x6F\x77\x20\x79\x6F\x75\x20\x63\x61\x6E\x20\x70\x72\x6F\x63\x65\x65\x64\x20\x62\x79\x20\x73\x74\x61\x72\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x62\x6F\x74\x20\x77\x69\x74\x68\x20\x62\x61\x73\x68\x20\x73\x74\x61\x72\x74\x21"
8892pprint "\n\n\n\x57\x61\x6E\x74\x20\x6D\x6F\x72\x65\x20\x76\x61\x72\x73\x3F"
You can’t perform that action at this time.
0 commit comments