uberbot/sample_uberbot.toml

20 lines
304 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
http_listen = "127.0.0.1:8080"
2022-01-15 07:52:49 -06:00
# Git webhook config
git_channel = "#main"