diff --git a/config.json b/config.json new file mode 100644 index 0000000..36a5ff1 --- /dev/null +++ b/config.json @@ -0,0 +1,15 @@ +{ + "irc": { + "nick": "MegurineLuka", + "password": "", + "server": "", + "port": 6667, + "channel": "#zadupie" + }, + "bot": { + "prefix": "." + }, + "youtube": { + "token": "" + } +}