*Change socket listen module method name to be consistent with the rest

This commit is contained in:
Derrick Hammer 2023-02-06 03:35:04 -05:00
parent e211fa3b48
commit e84b009244
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export class Socket extends Client {
context?: any
): this {
const [update, promise] = this.connectModule(
"listenSocketEvent",
"socketListenEvent",
{ id: this.id, event: event },
(data: any) => {
this.emit(event, data);