diff --git a/README.md b/README.md index 31616d5..0c75d9a 100644 --- a/README.md +++ b/README.md @@ -171,8 +171,8 @@ Fill up rest of the fields. Meaning of each field is discussed below: - `SHORTENER_API`: Fill your Shortener API key if you are using Shortener. - `SHORTENER`: if you want to use Shortener in G-Drive and index link, fill Shortener URL here. Examples: ``` -exe.io, gplinks.in, shrinkme.io, urlshortx.com, shortzon.com, -bit.ly, shorte.st, link-to.net, up-to-down.net, direct-link.net, file-link.net +exe.io, gplinks.in, shrinkme.io, urlshortx.com, shortzon.com, bit.ly, +shorte.st, link-to.net, up-to-down.net, direct-link.net, file-link.net ``` Above are the supported URL Shorteners. Except these only some URL Shorteners are supported. diff --git a/bot/__main__.py b/bot/__main__.py index 462ebaf..807e3c0 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -135,7 +135,7 @@ def bot_help(update, context): /{BotCommands.SpeedCommand}: Check Internet Speed of the Host -/{BotCommands.ShellCommand}: Run commands in Shell (Terminal) +/{BotCommands.ShellCommand}: Run commands in Shell (Only Owner) /{BotCommands.ExecHelpCommand}: Get help for Executor module (Only Owner) diff --git a/config_sample.env b/config_sample.env index 7bbdf25..6781ceb 100644 --- a/config_sample.env +++ b/config_sample.env @@ -30,7 +30,7 @@ SHORTENER = "" SHORTENER_API = "" # qBittorrent IS_VPS = "" # Don't set this to True even if VPS, unless facing error with web server -SERVER_PORT = "80" # Only For VPS even if is_vps is false +SERVER_PORT = "80" # Only For VPS even if IS_VPS is False BASE_URL_OF_BOT = "" # Web Link, Required for Heroku to avoid sleep or use worker if you don't want to use web (selection) # If you want to use Credentials externally from Index Links, fill these vars with the direct links # These are optional, if you don't know, simply leave them, don't fill anything in them. diff --git a/requirements.txt b/requirements.txt index 07fe5b3..f0dace5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,12 +6,10 @@ attrdict beautifulsoup4 cloudscrape feedparser -gitpython google-api-python-client google-auth-httplib2 google-auth-oauthlib gunicorn -heroku3 js2py lk21 lxml diff --git a/start.sh b/start.sh index 62dc5c7..21aa135 100755 --- a/start.sh +++ b/start.sh @@ -1 +1 @@ -./aria.sh; python3 -m bot +./aria.sh; python3 -m bot