← go back

bro can someone please help me I can’t send chat messages even with the help of several other people

here’s my code

chatMessage(content) {
    let socket = io("https://api.wasteof.money", {auth:{token: this.token}})
    socket.emit("updateUser", this.token)
    socket.emit("message", content)
}
Jun 14, 2022, 2:49 PM (edited)
1 0 1

Comments