Update Redditlikechatter.HTML

This commit is contained in:
Dangrainage 2023-11-04 12:01:44 +01:00 committed by GitHub
parent 6022b2d3bc
commit 61bbd78cda
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=CoVLasz5sJRwJC6jzX1G7xMyQiHkHFVW7XNeAts0&notify_self=1=1');
const socket = new WebSocket('wss://free.blr2.piesocket.com/v3/1?api_key=TXpdi6xfTc1u6tqppbKF3SDqQPPllfwCFe8SPIWL&notify_self=1');
socket.addEventListener('open', () => {
sendButton.disabled = false;