forked from agraubert/Beymax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_config.yml
39 lines (30 loc) · 1.86 KB
/
example_config.yml
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
## Set the channels key below to refer to set up channel references for your server
# channels:
## Use the format 'reference_name:channel_name_or_id'
## The below example will set references in the code to 'dev' or 'bugs' channels to your server's general channel
# dev: general
# bugs: general
## Set the primary_server if you want to make role permissions available via PM
## This will also prevent your instance from joining other servers
# primary_server: 529471607282860032
## Set ignore_role to the name or id of a role if you want that role to be applied when you !ignore someone
# ignore_role: name_or_id_of_role
## Set bug_role to the name or id of a role you want mentioned whenever a user submits a !bug report
# bug_role: name_or_id_of_role
## Set party_category to the name or id of a channel category in your server where you want parties to be created
# party_category: name_or_id_of_category
## Set use_shlex to true if you want to split command arguments using quotes.
## If a command uses a specific delimiter, that delimiter will be used instead and quotes will not be respected
# use_shlex: true
## Set disable_delimiters to true if you want to override command delimiters when use_shlex is true
## If a command uses a specific delimiter, ignore it, and use arguments as split by shlex
# disable_delimiters: true
## Set prefix to be the prefix recognized by Beymax for commands
## Any messages starting with this string will be checked against the command list
# prefix: "!"
## Set name to be the username you wish to use for Beymax
## Beymax will change its username if this value has changed since the last startup
# name: WetClub's bot
## Set send_traces to True if you want Beymax to send stack traces to the bugs channel
## Anytime Beymax encounters an exception it will be posted to the bugs channel instead of just printed to Beymax's console
# send_traces: True