From d7156a1e2df9a1dc2b35f518a34644ea27489237 Mon Sep 17 00:00:00 2001 From: gh0sTedBuddy Date: Sun, 7 Apr 2024 23:45:31 +0100 Subject: [PATCH] fix(plugins) typo --- lib/WetSock/WetSock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WetSock/WetSock.js b/lib/WetSock/WetSock.js index 02b9ab5..72330e4 100644 --- a/lib/WetSock/WetSock.js +++ b/lib/WetSock/WetSock.js @@ -82,7 +82,7 @@ export default class WetSock { if(plugins.length > 0) { client.send({ event: 'plugins', - data: + data: plugins }); } this.emit('open', client);