From 8397999a4bf4f818f2e42657f5d279982cc08295 Mon Sep 17 00:00:00 2001 From: Tilley Date: Tue, 18 Feb 2025 22:58:27 -0700 Subject: [PATCH] Update bot.go --- 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 e15b68a..392e749 100644 --- a/internal/bot/bot.go +++ b/internal/bot/bot.go @@ -31,7 +31,7 @@ func Run(BotToken string) { Options: []*discordgo.ApplicationCommandOption { { Type: discordgo.ApplicationCommandOptionString, - Name: "message-link-or-image-link", + Name: "link", Description: "link to maze image", Required: true, },