chore: improve niuzi bank command

This commit is contained in:
2024-09-26 21:56:44 +08:00
parent a6537628d5
commit 0016fa578d
8 files changed
+50 -34

No files matched your search

@@ -33,7 +33,7 @@ class FancyBot : OneBotListener {
private val coroutineScope = CoroutineScope(Dispatchers.IO)
override suspend fun onWebsocketOpenEvent() {
this.broadcastMessage("FancyBot启动成功了呢~")
this.sendPrivateMessage(configManager.startUpNoticeUser, "FancyBot启动成~")
}
override suspend fun onGroupMessage(message: GroupMessage, json: String) {