1
0
mirror of https://github.com/fumiama/ReiBot.git synced 2026-06-10 04:50:27 +08:00

edit README

This commit is contained in:
源文雨
2022-10-08 10:50:02 +08:00
parent 3f11cad42f
commit d6ebd8734d

View File

@@ -34,7 +34,7 @@ func main() {
if args == "" { if args == "" {
return return
} }
ctx.Caller.Send(tgba.NewMessage(ctx.Message.Chat.ID, args)) ctx.SendPlainMessage(false, args)
}) })
rei.Run(rei.Bot{ rei.Run(rei.Bot{
Token: "", Token: "",