more explicit message

This commit is contained in:
shoopea 2021-12-29 09:24:05 +08:00
parent 74b535fb40
commit 162a59b665
1 changed files with 1 additions and 1 deletions

2
bot.go
View File

@ -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
}