From 162a59b665f7e4e19e0452ef7d46232745974ab8 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 29 Dec 2021 09:24:05 +0800 Subject: [PATCH] more explicit message --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 12ed877..d795925 100644 --- a/bot.go +++ b/bot.go @@ -413,7 +413,7 @@ func botStart(m *tb.Message) { } } if m.Sender.ID != int(cfg.Telegram.AdminID) && !actuallyReady { - bot.SendChat(m.Chat.ID, "Not all players are ready. Only the admin can force the start.") + bot.SendChat(m.Chat.ID, "Not all players are ready (see /players). Only the admin can force the start.") return }