bugfix x2

This commit is contained in:
Michael Wain 2024-07-04 20:51:03 +03:00
parent f31922500d
commit 5bdb74e573

View File

@ -326,6 +326,7 @@ public class BunkerBot extends TelegramLongPollingBot {
doDay(); doDay();
return; return;
} }
setAllNotAnswered();
doNight(); doNight();
} }
} }