This repository was archived by the owner on Nov 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
70 lines (53 loc) · 2.51 KB
/
.env
File metadata and controls
70 lines (53 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# ZenthronBot - Environment file
# Copyright (C) 2025 R0X
# Licensed under the GNU General Public License v3.0
# See the LICENSE file for details.
# --------------------------
# --- REQUIRED VARIABLES ---
# --------------------------
# --- PTB Bot Configuration ---
# Set your BOT token here.
# To generate a BOT token, create your bot with @BotFather in Telegram.
TELEGRAM_BOT_TOKEN=PASTE_HERE
# Set your OWNER ID here.
# To get your account ID, you can use any bot that has the /info command, e.g. @MissRose_bot
TELEGRAM_OWNER_ID=PASTE_HERE
# --- Telethon User-Client Configuration ---
# These are required for the bot's advanced features (e.g., finding users by @username).
# Go to https://my.telegram.org -> "API development tools" to get them.
# IMPORTANT: These values belong to your personal user account, not the bot's account.
# Your personal API_ID from my.telegram.org
TELEGRAM_API_ID=PASTE_HERE
# Your personal API_HASH from my.telegram.org
TELEGRAM_API_HASH=PASTE_HERE
# --- Appeal Chat Configuration (REQUIRED) ---
# This variable stores the contact point for users who want to appeal a ban.
# You can use one of three formats:
# 1. A username: @YourSupportChat
# 2. A public link: https://t.me/YourSupportChat
# 3. Any other text, e.g. "Contact the admin in the main group"
# The bot will display this text exactly as you write it.
APPEAL_CHAT_USERNAME=PASTE_HERE
# ID of the chat where the bot should have special permissions for blacklisted people.
# Use the /id command in this chat to find out. Remember the minus sign at the beginning for groups.
APPEAL_CHAT_ID=PASTE_HERE
# --------------------------
# --- OPTIONAL VARIABLES ---
# --------------------------
# To enable an optional feature, remove the '#' from the beginning of the line.
# --- Log Channels ---
# Set your bot log ID chat/channel here.
# If you don't set it, the bot will send logs to the owner's PM.
# LOG_CHAT_ID=PASTE_HERE
# ADMIN_LOG_CHAT_ID=PASTE_HERE
# This variable stores the USERNAME of the public channel where
# the bot will post administrative action logs (like bans, blacklists, etc.).
# IMPORTANT: Do NOT include the '@' symbol. The channel MUST be public.
# LOG_CHAT_USERNAME=PASTE_HERE
# --- API Keys for Extra Features ---
# Set your TENOR API here so that gifs appear with the 4FUN commands.
# Go to https://developers.google.com/tenor/guides/quickstart to generate your key.
# TENOR_API_KEY=PASTE_HERE
# To enable the /askai command, you need a Gemini API key.
# Go to Google AI Studio: https://aistudio.google.com/
# GEMINI_API_KEY=PASTE_HERE