weatherbot/config/config.example.json

8 lines
266 B
JSON
Raw Permalink Normal View History

2020-11-01 07:44:04 +00:00
{
"owner": "IRC Username of the bot's owner",
"apiKey": "OpenCage API Key https://opencagedata.com",
"channels": ["array", "of", "channels", "to", "join"],
2020-11-03 07:17:00 +00:00
"botName": "bot's IRC nick",
"realName": "bot's IRC real name",
"password": "Nickserv / SASL password"
2020-11-01 07:44:04 +00:00
}