uberbot/sample_uberbot.toml

22 lines
344 B
TOML
Raw Normal View History

2021-12-28 06:39:30 -06:00
# IRC config
host = "karx.xyz"
port = 6697
username = "uberbot"
2021-12-30 17:02:12 -06:00
channels = ["#main", "#no-normies"]
2021-12-28 06:39:30 -06:00
mode = "+B"
# Spotify config
spotify_client_id = ""
spotify_client_secret = ""
# Bot config
prefix = "!"
2022-01-05 17:23:00 -06:00
# Web service config
2022-01-15 07:52:49 -06:00
http_listen_db = "127.0.0.1:8080"
# Git webhook config
http_listen_git = "127.0.0.1:51001"
git_channel = "#main"