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";
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user