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() }