updated value names

This commit is contained in:
semblanceofsense 2025-02-17 15:37:41 -07:00
parent 2e18ecb8a2
commit e1f01ba845

View File

@ -31,7 +31,7 @@ func Run(BotToken string) {
Options: []*discordgo.ApplicationCommandOption {
{
Type: discordgo.ApplicationCommandOptionString,
Name: "message-link",
Name: "message-link-or-image-link",
Description: "link to maze image",
Required: true,
},