-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml-template
35 lines (29 loc) · 1.16 KB
/
config.yml-template
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
# leave api_version blank to opt out from versioning (for old versions of bpy)
command_prefix: "!"
domain: 'yourdomainhere.com'
api_version: 1
EMOJI_XH: <:rankingXHsmall2x:1088834441763369011>
EMOJI_X: <:rankingXsmall2x:1088834443575296080>
EMOJI_SH: <:rankingSHsmall2x:1088834437770391563>
EMOJI_S: <:rankingSsmall2x:1088834440303743016>
EMOJI_A: <:rankingAsmall2x:1088834446041559240>
EMOJI_B: <:rankingBsmall2x:1088834447773814884>
EMOJI_C: <:rankingCsmall2x:1088834450374271077>
EMOJI_D: <:rankingDsmall2x:1088834451628380240>
# initial_activity sets the bot's status text
# available variables: domain
# variables must be passed in the following format: $variable_name
initial_activity: 'on $domain'
logging:
# possible values: error, debug, info, critical
# NOTE: leave blank to disable logging.
level: 'info'
# a file name with .log extension
# leave it blank to disable logging to a file
filename:
# true or false determining if logs should be printed to stderr
console: false
# set to true for faster loading of player avatars that can be outdated at times
# set to false for non-cached, up-to-date player avatars
cache_avatars: true
raise_command_errors: true