Captain

Captain


BOT_TOKEN:
description: Your telegram bot token, get from @Botfather in telegram.

APP_ID:
description: Get API_ID from my.telegram.org, used for pyrogram base.

API_HASH:
description: Get API_HASH from my.telegram.org, used for pyrogram base.

DB_URI:
description: Your MongoDB connection string.

DB_NAME:
description": Your MongoDB database name.

OWNER_ID: {
description: Your user ID as an integer.

SUPPORT_GROUP:
description: Your Telegram support group chat username where user's can contact in case of a problem..


MESSAGE_DUMP: {
description: Event logs channel where bot will send updates.

VERSION: {description": "A Version to be shown in bot.",

PREFIX_HANDLER:
description": "Something like '/' to execute commands...Don't give comma or anything after 1 handler just give and space then enter second hand;ler


SUPPORT_CHANNEL:

SUDO_USERS:
description: A space separated list of user IDs who you want to assign as sudo users....Don't give comma or anything after 1 id just give and space then enter second id

WHITELIST_USERS:
description: A space separated list of user IDs whitelisted, cannot be restricted...Don't give comma or anything after 1 id just give and space then enter second id

ENABLED_LOCALES:
description: A space separated list of language which should be enabled in bot.

Report Page