weatherbot/config/config.example.json

7 lines
210 B
JSON

{
"owner": "IRC Username of the bot's owner",
"apiKey": "OpenCage API Key https://opencagedata.com",
"channels": ["array", "of", "channels", "to", "join"],
"botName": "bot's IRC nick"
//TODO: finish this
}