discord-kagebot/src/main/resources/config.toml

18 lines
276 B
TOML
Raw Normal View History

2019-06-08 11:07:52 +02:00
[system]
serverId = "356414885292277771"
admins = [
"137780880344088576"
]
[commands]
commands = [
{
2019-06-08 12:28:14 +02:00
trigger = "!ping",
response = "pong"
},
{
trigger = "somewhere",
response = "found it",
matchType = "CONTAINS"
2019-06-08 11:07:52 +02:00
}
]