This commit is contained in:
Smile Rex
2025-01-24 19:40:22 +03:00
parent 56339f5e59
commit 897eb26bac

View File

@@ -67,6 +67,7 @@ func (s *DuelController) StartMatch(c tele.Context) error {
if summ > 0 {
s.Summ = summ
} else {
s.Inited = false
return c.Send("Некорректная сумма, используйте положительное значение!")
}
}