diff --git a/events/interaction.go b/events/interaction.go index 49879b6..c61a614 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", },