From f74a0c6074df84c2a8ebd4476690fbd9a888bcc1 Mon Sep 17 00:00:00 2001 From: Michael McCarty Date: Sun, 7 Jul 2024 14:48:04 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20typo=20in=20signup=20contr?= =?UTF-8?q?act=20settings=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/boost/boost_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boost/boost_handlers.go b/src/boost/boost_handlers.go index 7982644f..63c6f433 100644 --- a/src/boost/boost_handlers.go +++ b/src/boost/boost_handlers.go @@ -13,7 +13,7 @@ func getSignupContractSettings(channelID string, id string) (string, []discordgo var builder strings.Builder fmt.Fprintf(&builder, "Contract created in <#%s>\n", channelID) builder.WriteString("Use the Contract button if you have to recycle it.\n") - builder.WriteString("**Use the menus to set your contract style. These will work until the contrct is started.**\n") + builder.WriteString("**Use the menus to set your contract style. These will work until the contract is started.**\n") builder.WriteString("If this contract isn't an immediate start use `/change-planned-start` to add the time to the sign-up message.\n") builder.WriteString("React with 🌊 on the boost list to automaticaly update the thread name.")