- !노래시작 command URL typo.
- SongEvent(SongType.REMOVE) debug in WSSongListRoutes
This commit is contained in:
dalbodeule
2024-08-05 20:45:34 +09:00
parent 4f589780b8
commit 778fe8df34
2 changed files with 13 additions and 20 deletions

View File

@@ -265,7 +265,7 @@ class MessageHandler(
bot.retrieveUserById(user.discord).queue { discordUser ->
discordUser?.openPrivateChannel()?.queue { channel ->
channel.sendMessage("여기로 접속해주세요! ||https://nabot,mori.space/songlist/${session}||.\n주소가 노출될 경우 방송을 다시 켜셔야 합니다!")
channel.sendMessage("여기로 접속해주세요! ||https://nabot.mori.space/songlist/${session}||.\n주소가 노출될 경우 방송을 다시 켜셔야 합니다!")
.queue()
}
}