Config

Config for Veez Stream Bot

Here's an Example example.env

  • Edit these value with your own values.

  • Don't use any "" for values.

  • Remove all description and extra lines from .env (if any).

๐Ÿ”— Setup with Mandatory Vars

Setting up bot with minimum vars.

API_ID = 12345
API_HASH = abcdefg
BOT_TOKEN = 500688:abcdefghijklmnopqrstu
SESSION_NAME = PYROGRAM_SESSION_STRING
MONGODB_URL = MONGO_DATABASE_URL
BOT_USERNAME = YOUR_BOT_USERNAME
OWNER_ID = YOUR_TELEGRAM_ID
OWNER_NAME = YOUR_TELEGRAM_NAME
OWNER_USERNAME = YOUR_TELEGRAM_USERNAME
SUDO_USERS = 1757169682 859229457

๐Ÿ”— Setup the Additional Vars

Setting up the Additional Vars for your bot.

Last updated