fix(plugins) typo

This commit is contained in:
gh0sTedBuddy
2024-04-07 23:45:31 +01:00
parent c2ed54929e
commit d7156a1e2d

View File

@@ -82,7 +82,7 @@ export default class WetSock {
if(plugins.length > 0) {
client.send({
event: 'plugins',
data:
data: plugins
});
}
this.emit('open', client);