-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
50 lines (38 loc) · 1.4 KB
/
Copy path.env.example
File metadata and controls
50 lines (38 loc) · 1.4 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
# ==========================================
# Pinfairybot Environment Configuration
# ==========================================
# REQUIRED: Telegram Bot Configuration
# Get these from https://my.telegram.org/apps
API_ID=your_api_id_here
API_HASH=your_api_hash_here
BOT_TOKEN=your_bot_token_here
# REQUIRED: Admin Configuration
# Your Telegram user ID (get it from @userinfobot)
ADMIN_IDS=123456789,987654321
# OPTIONAL: Bot Prefix Configuration
# Set your custom command prefix (single character or string)
# Examples: . (dot), ! (exclamation), / (slash), etc.
# Leave empty or comment out to use default "/"
BOT_PREFIX=/ . !
# OPTIONAL: Browser Configuration for Replit/Cloud Deployment
# Only needed if deploying to Replit or cloud platforms
# Get free token from https://www.browserless.io/
BROWSERLESS_TOKEN=your_browserless_token_here
# ==========================================
# Advanced Configuration (Optional)
# ==========================================
# Custom daily quota (default: 100)
# DEFAULT_DAILY_QUOTA=100
# Custom rate limit in seconds (default: 3)
# RATE_LIMIT_SECONDS=3
# ==========================================
# Example Configurations
# ==========================================
# Example 1: Using dot prefix
# BOT_PREFIX=.
# Example 2: Using exclamation prefix
# BOT_PREFIX=!
# Example 3: Using slash prefix (default)
# BOT_PREFIX=/
# Example 4: Using custom string prefix
# BOT_PREFIX=pin!