Fix typo in /repository
All checks were successful
Build and push container image / build (push) Successful in 38s

This commit is contained in:
toast 2023-10-20 07:52:58 +00:00
parent fb3e0da610
commit 7e937ffb68

View File

@ -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",
},