From c7749bc4df1c48ac55f4610ba14a396869df2ff7 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 11 May 2019 11:20:57 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index f289924..e72aa04 100644 --- a/bot.go +++ b/bot.go @@ -47,7 +47,7 @@ func StartBot() { ID: 32173684, } - b.Send(u, "test") + b.Send(u.Recipient(), "test") b.Start() }