-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsample_config.env
67 lines (57 loc) · 1.23 KB
/
sample_config.env
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
# Remove this line first before doing anything
___________PLOX_______REMOVE_____THIS_____LINE__________=True
#
# In case you want to turn off updating
# *cough* Heroku *cough*
# put this to False
#
UPDATER=True
#
# !!! DROP DROP DROP DROP !!!
# Use bleeding or stable (deprecated)
#
BUILD_CHOICE= #bleeding
#
# Get from https://my.telegram.org/
#
API_KEY="YOUR API KEY"
API_HASH="YOUR API HASH"
STRING_SESSION= "YOUR STRING"
#
# Screenshot Layer API Key for .screenshot command
# Get from https://screenshotlayer.com/
# Please refer to README for getting the key
#
SCREENSHOT_LAYER_ACCESS_KEY=""
#
# OpenWeather Map API Key for .weather command
# Get from https://openweathermap.org/
#
OPEN_WEATHER_MAP_APPID=""
# Spamwatch token getfrom @SpamWatchBot
SW_TOKEN=""
#
# ChatID for the Log group
# Add a Hypen or a Negative Sign before ID
# This is a integer, Please don't use Strings
#
LOGGER_GROUP= #-<your chatid>
#
# Incase you want to turn off logging, put this to false
#
LOGGER=True
#
# If you need Verbosity on the Logging
#
CONSOLE_LOGGER_VERBOSE=False
#
# PM Auto-Ban Feature Switch
#
PM_AUTO_BAN=False
#
# Your Database URL, leave blank for No-SQL
# Example: 'postgres://userbot:userbot@localhost:5432/userbot'
#
DATABASE_URL=
#
SUDO_USERS=""