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