-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.toml
21 lines (20 loc) · 1013 Bytes
/
config.example.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[bot]
# The bots Discord token.
token = "<discord token>"
# What activity type should be shown reference https://ci.dv8tion.net/job/JDA5/javadoc/net/dv8tion/jda/api/entities/Activity.ActivityType.html
activity = "LISTENING"
# The satus to be shown in Discord after the activity, example: "Listening to <your status here>"
status = "your messages"
# Your Discord ID, this isn't used for anything at the moment.
developers = [ ]
# Whether text-to-speach should be enabled by default for users.
enabledByDefault = true
# Should the bot leave the channel once everyone leaves?
leaveVoiceChannelAutomatically = true
# Channel and user settings storage, reference https://github.com/JetBrains/Exposed/wiki/DataBase-and-DataSource#datasource
# We include the h2 and postgres driver by default, for other drivers you will need to build this yourself.
[database]
# The driver to be used for the database.
driver = "org.h2.Driver"
# In this case, this is the path for the h2 database <yiski.mv.db>
url = "jdbc:h2:./yiski"