mirror of
https://github.com/Xevion/banner.git
synced 2025-12-08 00:06:25 -06:00
Switch code option to string
This commit is contained in:
@@ -36,7 +36,7 @@ var SearchCommandDefinition = &discordgo.ApplicationCommand{
|
|||||||
Required: false,
|
Required: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Type: discordgo.ApplicationCommandOptionInteger,
|
Type: discordgo.ApplicationCommandOptionString,
|
||||||
Name: "code",
|
Name: "code",
|
||||||
MinLength: GetPointer(2),
|
MinLength: GetPointer(2),
|
||||||
Description: "Course Code (e.g. 3743, 3000-3999, 3xxx, 3000-)",
|
Description: "Course Code (e.g. 3743, 3000-3999, 3xxx, 3000-)",
|
||||||
|
|||||||
Reference in New Issue
Block a user