Add 'www/template.config.js'
This commit is contained in:
parent
87d062dc8e
commit
1ea363c45e
|
@ -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();
|
Loading…
Reference in New Issue