-
Notifications
You must be signed in to change notification settings - Fork 4
/
.env.example
74 lines (62 loc) · 1.44 KB
/
.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
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
68
69
70
71
72
73
74
NODE_ENV="development"
# +----------------------+
# | API Tokens |
# +----------------------+
# Discord bot token
DISCORD_TOKEN=""
# Sentry token
SENTRY_TOKEN=""
# Skript-MC's documentation API token
SKRIPTMC_DOCUMENTATION_TOKEN=""
# Skript-MC's forum API token
SKRIPTMC_FORUM_TOKEN=""
# +----------------------+
# | URLs |
# +----------------------+
# MongoDB URI
MONGO_URI="mongodb://localhost:27017/swan"
# +----------------------+
# | Various IDs |
# +----------------------+
# Guild ID
GUILD_ID=""
# +----------------------+
# | Roles IDs |
# +----------------------+
# Staff role
STAFF_ROLE=""
# Everyone role
EVERYONE_ROLE=""
# Banned role
BAN_ROLE=""
# +----------------------+
# | Channels IDs |
# +----------------------+
# Skript talk channel
SKRIPT_TALK_CHANNEL=""
# Idea channel
IDEA_CHANNEL=""
# Suggestions channel
SUGGESTIONS_CHANNEL=""
# Code snippets channel
SNIPPETS_CHANNEL=""
# Moderation log channel
SANCTION_LOG_CHANNEL=""
# Edits and deletions log channel
DISCORD_LOG_CHANNEL=""
# Channel that will contain bans' threads
BAN_CHANNEL=""
# Main channel (#general)
MAIN_CHANNEL=""
# Forum news feed channel
FORUM_FEED_CHANNEL=""
# +----------------------+
# | Emojis IDs |
# +----------------------+
# > You can leave those field blank to have the default values.
# Yes emoji
YES_EMOJI=""
# No emoji
NO_EMOJI=""
# Remove emoji (to delete messages for example)
REMOVE_EMOJI=""