fix some event-emitter

This commit is contained in:
dalbodeule 2024-08-24 13:51:08 +09:00
parent 36d0ed82d6
commit 8bbd163458
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65
2 changed files with 1 additions and 5 deletions

View File

@ -295,7 +295,6 @@ class UserHandler(
null,
null,
null,
null
)
)

View File

@ -271,10 +271,7 @@ class MessageHandler(
SongType.ADD,
msg.userId,
msg.profile?.nickname ?: "",
video.name,
video.author,
video.length,
video.url
video,
)
)
}