forked from Skript-MC/Swan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
84 lines (73 loc) · 1.71 KB
/
.env.example
File metadata and controls
84 lines (73 loc) · 1.71 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# +----------------------+
# | 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=""
# Forum moderator role
FORUM_MODERATOR_ROLE=""
# Everyone role
EVERYONE_ROLE=""
# Active member role
ACTIVE_MEMBER_ROLE=""
# Banned role
BAN_ROLE=""
# Muted role
MUTE_ROLE=""
# +----------------------+
# | Channels IDs |
# +----------------------+
# Skript talk channel
SKRIPT_TALK_CHANNEL=""
# Idea channel
IDEA_CHANNEL=""
# Suggestions channel
SUGGESTIONS_CHANNEL=""
# Bot channel
BOT_CHANNEL=""
# Code snippets channel
SNIPPETS_CHANNEL=""
# Skript creations channel
SKRIPT_CREATIONS_CHANNEL=""
# Skript help channels (separated by a coma, without spaces)
SKRIPT_HELP_CHANNELS=""
# Other help channels (separated by a coma, without spaces)
OTHER_HELP_CHANNELS=""
# Moderation log channel
LOG_CHANNEL=""
# Priate channels category
PRIVATE_CHANNEL_CATEGORY=""
# 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=""