Update bot.go

This commit is contained in:
Tilley 2025-02-18 22:58:27 -07:00 committed by GitHub
parent 30502a391f
commit 8397999a4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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