more explicit message
This commit is contained in:
parent
74b535fb40
commit
162a59b665
2
bot.go
2
bot.go
@ -413,7 +413,7 @@ func botStart(m *tb.Message) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if m.Sender.ID != int(cfg.Telegram.AdminID) && !actuallyReady {
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user