forked from userbotindo/Anjani
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.env_sample
More file actions
42 lines (27 loc) · 814 Bytes
/
config.env_sample
File metadata and controls
42 lines (27 loc) · 814 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
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/bin/bash
# ---- REQUIRED ---- #
# Get thais value from https://my.telegram.org/apps
API_ID=""
API_HASH=""
# Bot token generated from https://t.me/botfather
BOT_TOKEN=""
# Your telegram user id
# Leave this blank if don't know and type /id when the bot started
# You won't be able to trigger staff's command if this vars is blank
OWNER_ID=""
# Mongodb url from https://cloud.mongodb.com/
DB_URI=""
# ---- OPTIONAL ---- #
# Set path to download directory
DOWNLOAD_PATH="./downloads/"
# Spamwatch API
SW_API = ""
# Bot log channel
# Also Known as the message dump
# Fill with channel id or channel username
LOG_CHANNEL=""
# Logging level of this bot
# Default to INFO
# Avaliable level ["CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"]
# Uncomment variable bellow to set logging level
# LOG_LEVEL=""