-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.example
24 lines (22 loc) · 936 Bytes
/
config.ini.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
[General]
# The command prefix for the bot.
prefix = v!
# Whether or not to use personality messages (if any).
# If False, will use the default message.
usepersonalitymessages = True
[Extensions]
# Remove VSEs after extraction.
vseclear = True
# Enable loading ViviaBase-beta extensions.
# These are in development and potentially unstable!
betaextensions = False
[Advanced]
# Shows more verbose information about Vivia in the terminal/logs, as well as in Discord messages.
# This should usually be set to False, however this may help finding issues in some extensions.
debug = False
# Turns on sharded mode, which automatically opens multiple shards to process requests faster.
# This should usually only be disabled for debugging purposes.
sharded = True
# The maximum number of AI responses to process at the same time.
# Setting this to 0 will allow infinite processing, though it may cause performance issues.
maxairesponses = 0