Update Redditlikechatter.HTML

This commit is contained in:
Dangrainage 2023-10-01 18:19:58 +02:00 committed by GitHub
parent 3d26513d37
commit 335757f38e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
let username = localStorage.getItem('username') || '';
usernameInput.value = username;
const socket = new WebSocket('wss://free.blr2.piesocket.com/v3/1?api_key=C1ZujiijYNPNj8gvuGXhIPKsDR4WolCCKOBzMdbM&notify_self=1');
const socket = new WebSocket('wss://free.blr2.piesocket.com/v3/1?api_key=CoVLasz5sJRwJC6jzX1G7xMyQiHkHFVW7XNeAts0&notify_self=1=1');
socket.addEventListener('open', () => {
sendButton.disabled = false;