-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
67 lines (45 loc) · 2.25 KB
/
.env.example
File metadata and controls
67 lines (45 loc) · 2.25 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# === Core configuration ===
CLIENT_TOKEN=MTMwMhO2Bd...
PGSQL_URL=postgresql://user:password@host:5432/clandb
INFO_WEBHOOK=https://discord.com/api/webhooks/xxx/yyy
WARN_WEBHOOK=https://discord.com/api/webhooks/aaa/bbb
ERROR_WEBHOOK=https://discord.com/api/webhooks/ccc/ddd
# Embed colors for logs
INFO_COLOR=ffffff
WARN_COLOR=ffb027
ERROR_COLOR=ff2727
CLAN_NAME="My Clan"
SERVER_ID=111111111111111111
# === Bot config ===
PREFIX=!
# === Required Channels ===
APPLICATION_CHANNEL=111111111111111111
PENDING_INV_CHANNEL=111111111111111111
MAIN_CHANNEL=111111111111111111
STAFF_CHANNEL=111111111111111111
BOT_CHANNEL=111111111111111111
# === Required Roles ===
CLAN_ROLE=111111111111111111
STAFF_ROLE=111111111111111111
# === Optional Roles ===
DEV_ROLE=111111111111111111
# === Developer (Admin for all commands) ===
DEV_ID=111111111111111111
# !! ONLY FOR BLOODLUST !!
# === Optional Channels ===
TRYOUT_CHANNEL=111111111111111111
# === Optional Roles ===
VERIFIED_ROLE=111111111111111111
UNVERIFIED_ROLE=111111111111111111
WAITLIST_ROLE=111111111111111111
TRYOUT_PENDING_ROLE=111111111111111111
SA_REGION_ROLE=111111111111111111
SA_TRYOUTER_ROLE=111111111111111111
EU_REGION_ROLE=111111111111111111
EU_TRYOUTER_ROLE=111111111111111111
ASIA_REGION_ROLE=111111111111111111
ASIA_TRYOUTER_ROLE=111111111111111111
NA_REGION_ROLE=111111111111111111
NA_TRYOUTER_ROLE=111111111111111111
AU_REGION_ROLE=111111111111111111
AU_TRYOUTER_ROLE=111111111111111111