fix a "bug" thanks to Shakaka

This commit is contained in:
Florian Stinglmayr 2023-01-03 16:33:29 +01:00
parent 0b47b7331e
commit 3bfe599c11

View File

@ -17,7 +17,8 @@ public class NonaDiscordLog : DiscordLogGenerator {
suffix = "st"; suffix = "st";
} else if (today.Day == 2 || today.Day == 22) { } else if (today.Day == 2 || today.Day == 22) {
suffix = "nd"; suffix = "nd";
} else if (today.Day == 23) { // Shakaka wins the price for finding this "bug"!
} else if (today.Day == 3 || today.Day == 23) {
suffix = "rd"; suffix = "rd";
} else { } else {
suffix = "th"; suffix = "th";