forked from Malith-Rukshan/Auto-Reaction-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 911 Bytes
/
.env.example
File metadata and controls
29 lines (23 loc) · 911 Bytes
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
# Telegram Bot Configuration
# Get your bot token from @BotFather on Telegram
BOT_TOKEN=1234567890:ABCdefGHIjklMNOpqrsTUVwxyz
# Your bot's username (without @)
BOT_USERNAME=YourBotUsername
# List of emojis the bot will use for reactions
# Example: 👍❤🔥🥰👏😁🎉🤩🙏👌🕊😍🐳❤🔥💯⚡🏆
EMOJI_LIST=👍❤🔥🥰👏😁🎉🤩🙏
# Randomness level for group chat reactions (0-10)
# 0 = react to every message (default)
# 10 = very random, rarely react
# Optional - defaults to 0 if not set
RANDOM_LEVEL=0
# Comma-separated list of chat IDs where bot should NOT react
# Example: -1001234567890,-1009876543210
# Optional - leave empty to allow reactions in all chats
RESTRICTED_CHATS=
# Server port (for Docker/VPS deployments)
# Optional - defaults to 3000 if not set
PORT=3000
# Node environment
# Optional - defaults to 'development' if not set
NODE_ENV=production