-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml.example
36 lines (25 loc) · 1.32 KB
/
config.toml.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
# IDs can copied by enabling Developer Mode in User Settings => Advanced.
# Commands will be limited to this server and its icon will be used for anonymous replies - required.
server_id = 00000000000000000
# Commands will only be useable by IDs here - required to use the app in any meaningful way.
staff_roles = [00000000000000000]
# The prefix to use for commands - defaults to "=". Slash commands are also available.
# prefix = "!"
[forum_channel]
# Threads will be created in this channel - required.
id = 00000000000000000
# This tag will be attached to open threads - optional.
# open_tag_id = 00000000000000000
# This tag will be attached to closed threads - optional.
# closed_tag_id = 00000000000000000
# This role will be mentioned in new threads - optional.
# mention_role_id = 00000000000000000
[messages]
# The status message to use - defaults to "Message me to contact staff!"
# status = "Message me to contact mods!"
# The title to display above anonymous replies - defaults to "Staff Member".
# anonymous_display_name = "Moderator Response"
# An additional message to display when a thread is opened - optional.
# thread_open = "The staff team will get back to you when possible."
# An additional message to display when a thread is closed - optional.
# thread_closed = "Sending another message will open a new thread."