From a2aa0ebcb9dca3276d839682daf1841776d6c3e6 Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sun, 2 Feb 2025 21:21:28 -0700 Subject: [PATCH] Fix typo (god im such a junior dev) --- internal/bot/bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/bot/bot.go b/internal/bot/bot.go index 58b5c09..dd0f980 100644 --- a/internal/bot/bot.go +++ b/internal/bot/bot.go @@ -141,7 +141,7 @@ func Run(BotToken string) { points = nil f, _ := os.Open("/tmp/outputmaze.png") _, err = s.ChannelMessageSendComplex(m.ChannelID, &discordgo.MessageSend{ - Content: "length of solution is: " + solutionlength, + Content: "Length of solution is: " + solutionlength, Files: []*discordgo.File{ { Name: "/tmp/outputmaze.png",