From 7e937ffb68e8a469bd470570ef450869776d0351 Mon Sep 17 00:00:00 2001 From: toast Date: Fri, 20 Oct 2023 07:52:58 +0000 Subject: [PATCH] Fix typo in `/repository` --- events/interaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/interaction.go b/events/interaction.go index 6fb4605..d2ffe7b 100644 --- a/events/interaction.go +++ b/events/interaction.go @@ -92,7 +92,7 @@ func ListenForCommand(e *events.ApplicationCommandInteractionCreate) { Components: []discord.ContainerComponent{ discord.ActionRowComponent{ discord.ButtonComponent{ - Label: "Check out the repsotiry!", + Label: "Check out the repository!", Style: discord.ButtonStyleLink, URL: "https://git.toast-server.net/toast/Corn-Utility.git", },