-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_config.env
More file actions
26 lines (19 loc) · 724 Bytes
/
sample_config.env
File metadata and controls
26 lines (19 loc) · 724 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
# Remove this line first before doing anything
___________PLOX_______REMOVE_____THIS_____LINE__________=True
# Get these from https://my.telegram.org/
API_KEY = "YOUR API KEY"
API_HASH = "YOUR API HASH"
# Get this value by running python3 string_session.py locally
STRING_SESSION = ""
# Set this to enable inline bot helper. get the token from @BotFather
BOT_TOKEN = ""
BOT_USERNAME = ""
# ChatID for the Log group
# Add a Hypen or a Negative Sign before ID
# This is a integer, Please don't use Strings
BOTLOG_CHATID = # this is an integer, please don't use quotes.
# Your Database URL
# Example: 'postgres://userbot:userbot@localhost:5432/userbot'
DATABASE_URL = ""
# PM Auto-Ban Feature Switch
PM_AUTO_BAN = False