diff --git a/src/bot.js b/src/bot.js index 4b15a22..627e7c8 100644 --- a/src/bot.js +++ b/src/bot.js @@ -1303,7 +1303,7 @@ class BonkBot { // For Socket.IO v2, we need to emit to the 'message' event with the event ID and data // The server expects a message in the format: [eventId, data] - await this.socket.emit(eventId, data); + this.socket.emit(eventId, data); return true }