1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-08 04:00:23 +08:00

feat: add MessageDelete log

This commit is contained in:
源文雨
2023-10-19 23:57:14 +09:00
parent a3ecb52ee7
commit f84edd5395
2 changed files with 10 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ func (bot *Bot) processEvent(payload *WebsocketPayload) {
User: ctx.Message.Author,
}
ctx.Message.Author = opmember.User
log.Infoln(getLogHeader(), "x>", mdl)
}
go match(ctx, matchers)
}