Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down