L3TDE-IRC/l3tde.json.example

14 lines
217 B
Plaintext
Raw Normal View History

2023-01-13 23:41:10 +01:00
{
"db": {
"database": "database"
},
"bots": [
{
"type": "irc",
"hostname": "example.com",
"port": 6697,
"username": "user"
}
]
}