Cleanup
Signed-off-by: breakdowns <hafitz666@outlook.co.id>
This commit is contained in:
parent
d3a3d608d5
commit
8046c096d7
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -6,12 +6,10 @@ attrdict
|
|||
beautifulsoup4
|
||||
cloudscrape
|
||||
feedparser
|
||||
gitpython
|
||||
google-api-python-client
|
||||
google-auth-httplib2
|
||||
google-auth-oauthlib
|
||||
gunicorn
|
||||
heroku3
|
||||
js2py
|
||||
lk21
|
||||
lxml
|
||||
|
|
|
|||
Loading…
Reference in New Issue