Update 'www/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 03:53:14 +00:00
parent 69e59c45db
commit f5158bfa97
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
const client = new tmi.Client({
channels: [ 'my_name' ]
channels: [ 'sarimoko' ]
});
client.connect();