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:
@@ -15,6 +15,6 @@ func init() {
|
||||
if args == "" {
|
||||
return
|
||||
}
|
||||
_, _ = ctx.SendPlainMessage(false, args)
|
||||
_, _ = ctx.SendChain(nano.ReplyTo(ctx.Message.Author.ID), nano.Text(args))
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user