Captain

Captain


TOKEN:
description: Your bot token. Get one from @BotFather duh

API_ID:
description: Get API_ID from my.telegram.org, used for telethon based modules.

API_HASH:
description": Get API_HASH from my.telegram.org, used for telethon based modules.

SQLALCHEMY_DATABASE_URI:
description": Your postgres sql db, empty this field if you dont have one.

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

OWNER_USERNAME": {
description": Your username without the @


SUPPORT_CHAT:
description: Your Telegram support group chat username where your users will go and bother you with shit But be like: MyGroupChatUsernameBlah. If this ever points to Gojo support than consider you made an enemy.

EVENT_LOGS:
description": "Event logs channel to note down important bot level events, recommend to make this public. ex: '-123456'",

JOIN_LOGGER:
description: A channel where bot will print who added it to what group, useful during debugging or spam handling.

CASH_API_KEY:
description: Required for currency converter. Get yours from https://www.alphavantage.co/support/#api-key

TIME_API_KEY:
description: Required for timezone information. Get yours from https://timezonedb.com/api

sw_api:
description: Spamwatch API Token, Get one from @SpamWatchBot.


STRICT_GBAN:
description: Enforce gbans across new groups as well as old groups. When a gbanned user talks, he will be banned.

DRAGONS:
description: A space separated list of user IDs who you want to assign as sudo users.

DEMONS:
description: A space separated list of user IDs who you wanna assign as support users(gban perms only).

TIGERS:
description: A space separated list of user IDs who you wanna assign as tiger users.

WOLVES
description:A space separated list of user IDs who you want to assign as whitelisted - can't be banned with your bot.

ENV:
description: Setting this to ANYTHING will enable environment variables. Leave it as it is

WEBHOOK:
description: Setting this to ANYTHING will enable webhooks. If you dont know how this works leave it as it is


BL_CHATS:
description: List of chats you want blacklisted.

ALLOW_EXCL:
description: Set this to True if you want ! to be a command prefix along with /.

DEL_CMDS:
description: Set this to True if you want to delete command messages from users who don't have the perms to run that command.


AI_API_KEY:
description: Make your bot talk using Intellivoid's chatbot API, get your key from https://coffeehouse.intellivoid.net/

WALL_API:
description: Required for wallpaper. Get your's from https://wall.alphacoders.com/

Report Page