forked from typescript-community/community-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
35 lines (23 loc) · 785 Bytes
/
.env.example
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
TOKEN=YOUR_DISCORD_BOT_TOKEN
BOT_ADMINS=123,456
# can have multiple seperated by ,
AUTOROLE=MSG_ID:ROLE_ID:EMOJI:AUTOREMOVE
# Another example: AUTOROLE=738932146978160661:728202487672078368:❌:false,738932146978160661:738936540465725520:✅:true
DATABASE_URL="postgres://tscbot:tscbot@localhost:5432/tscbot"
# Role given to trusted members, not full moderators, but can use some commands which
# are not given to all server members.
TRUSTED_ROLE_ID=
RULES_CHANNEL=
ROLES_CHANNEL=
HOW_TO_GET_HELP_CHANNEL=
HOW_TO_GIVE_HELP_CHANNEL=
HELP_FORUM_CHANNEL=
HELP_REQUESTS_CHANNEL=
HELP_FORUM_OPEN_TAG=Open
HELP_FORUM_RESOLVED_TAG=Resolved
# Time in milliseconds before !helper can be run
TIME_BEFORE_HELPER_PING=
SUGGESTIONS_CHANNEL=
LOG_CHANNEL=
# PREFIXES=!,t!
# REP_EMOJI=⭐