Skip to content

Commit

Permalink
Update bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 18, 2024
1 parent 0f763bc commit dfd9d59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bad
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ pprint "\nEnter Your Values Below\n\n\n"
pprint "API ID: "; color_reset; read api_id
pprint "\nAPI HASH: "; color_reset; read api_hash
pprint "\nBOT TOKEN: "; color_reset; read bot_token
pprint "\nDEEP API: "; color_reset; read deep_api
pprint "\nMONGO URI: "; color_reset; read mongo_url
pprint "\nOWNER USERNAME: "; color_reset; read owner_username
pprint "\nOWNER ID:"; color_reset; read ownid
Expand All @@ -116,7 +115,6 @@ fi
echo """API_ID = $api_id
API_HASH = $api_hash
BOT_TOKEN = $bot_token
DEEP_API = $deep_api
MONGO_URL = $mongo_url
OWNER_USERNAME = $owner_username
OWNER_ID = $ownid""" > .env
Expand Down

0 comments on commit dfd9d59

Please sign in to comment.