uberbot/sample_uberbot.toml
2022-01-06 00:23:00 +01:00

17 lines
260 B
TOML

# IRC config
host = "karx.xyz"
port = 6697
username = "uberbot"
channels = ["#main", "#no-normies"]
mode = "+B"
# Spotify config
spotify_client_id = ""
spotify_client_secret = ""
# Bot config
prefix = "!"
# Web service config
http_listen = "127.0.0.1:8080"