fix a "bug" thanks to Shakaka
This commit is contained in:
parent
0b47b7331e
commit
3bfe599c11
@ -17,7 +17,8 @@ public class NonaDiscordLog : DiscordLogGenerator {
|
||||
suffix = "st";
|
||||
} else if (today.Day == 2 || today.Day == 22) {
|
||||
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";
|
||||
} else {
|
||||
suffix = "th";
|
||||
|
Loading…
Reference in New Issue
Block a user