From 3afd75a219540b5603108d639326fe91d74bd468 Mon Sep 17 00:00:00 2001 From: Jkibbels Date: Sat, 26 Oct 2024 18:55:21 -0400 Subject: [PATCH] template json: --- template_json.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 template_json.json diff --git a/template_json.json b/template_json.json new file mode 100644 index 0000000..61e642a --- /dev/null +++ b/template_json.json @@ -0,0 +1,8 @@ +{ + "TMI_TOKEN": "oauth:#####", + "CLIENT_ID": "RESERVED", + "CLIENT_SECRET": "RESERVED", + "BOT_NICK": "elfrogebot", + "BOT_PREFIX": "!", + "CHANNEL": "elfrogebot" +} \ No newline at end of file