From d6ebd8734d371c3a5eaea602a4810da5c9862ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 8 Oct 2022 10:50:02 +0800 Subject: [PATCH] edit README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 113e967..0a2485e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ func main() { if args == "" { return } - ctx.Caller.Send(tgba.NewMessage(ctx.Message.Chat.ID, args)) + ctx.SendPlainMessage(false, args) }) rei.Run(rei.Bot{ Token: "",