From 236d5450ba57cd9e96524410ec388bc492f7e66a Mon Sep 17 00:00:00 2001 From: Justin Judd Date: Tue, 8 Jul 2025 21:16:26 -0700 Subject: [PATCH] Fixed typo that Yoda surfaced. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1b7f775..4daf0ab 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ var joinMessages = []string{ "<@%s> has joined <#%s>", "<@%s> has joined <#%s>; Join in for some nerd talk", "<#%[2]s> is the place to be! <@%[1]s> just joined", - "<#%[2]s> just go a bit cooler, <@%[1]s> is now in", + "<#%[2]s> just got a bit cooler, <@%[1]s> is now in", "<@%s> is hanging out in <#%s>", }