From 75f0dda718190d5f9c5edc296b4c6d240cfcba3f Mon Sep 17 00:00:00 2001 From: szprink Date: Tue, 12 Aug 2025 18:41:19 +0200 Subject: [PATCH] templatka configu --- config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.json 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": "" + } +}