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

feat: add message

This commit is contained in:
源文雨
2023-10-19 00:41:07 +09:00
parent f674802998
commit 90b0bdb9e4
5 changed files with 180 additions and 12 deletions

View File

@@ -15,6 +15,6 @@ func init() {
if args == "" {
return
}
_, _ = ctx.SendPlainMessage(false, args)
_, _ = ctx.SendChain(nano.ReplyTo(ctx.Message.Author.ID), nano.Text(args))
})
}