From d93af68a56c2efb66775c276a43f4034cfdd560f Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sat, 24 Sep 2022 09:42:57 +0200 Subject: [PATCH] no more 23th of September --- BGS/NonaDiscordLog.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BGS/NonaDiscordLog.cs b/BGS/NonaDiscordLog.cs index 09b1937..59ab23a 100644 --- a/BGS/NonaDiscordLog.cs +++ b/BGS/NonaDiscordLog.cs @@ -15,6 +15,8 @@ namespace EliteBGS.BGS { suffix = "st"; } else if (today.Day == 2 || today.Day == 22) { suffix = "nd"; + } else if (today.Day == 23) { + suffix = "rd"; } else { suffix = "th"; }