Merge branch 'master' of https://git.toast-server.net/toast/Corn-Utility
All checks were successful
Build and push container image / build (push) Successful in 39s

This commit is contained in:
toast 2023-10-20 23:45:07 +11:00
commit 18b61d4917

View File

@ -92,7 +92,7 @@ func ListenForCommand(e *events.ApplicationCommandInteractionCreate) {
Components: []discord.ContainerComponent{ Components: []discord.ContainerComponent{
discord.ActionRowComponent{ discord.ActionRowComponent{
discord.ButtonComponent{ discord.ButtonComponent{
Label: "Check out the repsotiry!", Label: "Check out the repository!",
Style: discord.ButtonStyleLink, Style: discord.ButtonStyleLink,
URL: "https://git.toast-server.net/toast/Corn-Utility.git", URL: "https://git.toast-server.net/toast/Corn-Utility.git",
}, },