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)
}