All Environment Variables
- API_ID, API_HASH & SESSION
- HNDLR
- BOT_USERNAME & BOT_TOKEN
- LOG_CHANNEL
- REDIS_URI & REDIS_PASSWORD
- HEROKU_API & HEROKU_APP_NAME
- ADDONS
- I_DEV
- MSG_FRWD
#
HNDLRThis is the prefix for your Commands , use any symbol like .
,,
,/
,?
,:
etc...
e.g: If you set ,
as HNDLR then your commands will be like ,alive
, ,ping
etc..
#
BOT_USERNAME & BOT_TOKENA Telegram bot is required by Ultroid for various resons like - helpmenu .
To get this Visit Botfather (@BotFather) in telegram
- Start Botfather
- Send Command
/newbot
- Send a name for your bot
- Choose a username for your bot (must end with
bot
. e.g: ultroidbot,ultroid_bot)
Now Botfather will provide you the Access Token for your bot. BOT_TOKEN
is this Access Token and BOT_USERNAME
is the username you sent
Use @
at the beginning while setting ENV Vars
note
Make Sure Inline Mode
is turned on, Bot is added in LOG_CHANNEL
and can send messages there
#
LOG_CHANNELLog Channel is required for storing Ultroid Logs
- Create a PRIVATE GROUP
- Add @MissRose_bot and your assistant bot
- send Command
/id
Rose will Reply you with an ID , This can be used for LOG_CHANNEL
. You can remove Rose bot from there .
#
HEROKU_API & HEROKU_APP_NAMEHEROKU_API
& HEROKU_APP_NAME
is required so that you can update/restart Ultroid or check dyno usage wasily with Ultroid
- HEROKU_API : Sign in to your Heroku Account and go to Account Settings , Scroll down and you will find your API Key
- HEROKU_APP_NAME : The app name you gave while deploying Ultroid
#
ADDONSType : Boolean
Usage : If set True
Ultroid will clone addon plugins from UltroidAddons
#
I_DEVIf you want to use commands like eval
or bash
then Set Value True
else False
Don't Use This if you are not familiar with python and linux
#
MSG_FRWDType : Boolean
Default : False
If set True
, messeges sent to your Assistant Bot will be forwarded to you