Add 'www/template.config.js'

This commit is contained in:
Sarimoko 2022-02-10 03:51:59 +00:00
parent 87d062dc8e
commit 1ea363c45e
1 changed files with 19 additions and 0 deletions

19
www/template.config.js Normal file
View File

@ -0,0 +1,19 @@
let options = {
options: {
debug: true
},
connection: {
secure: true,
reconnect: true
},
identity: {
username: "Sariboto",
password: "oauth:XXXX"
},
channels: [ "#sarimoko" ]
};
let client = new tmi.client(options);
// Connect the client to the server..
client.connect();