Skip to content

Commit ab1174a

Browse files
committed
fix: wrong type for 8ball
i'm an idiot
1 parent 4dad325 commit ab1174a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ var (
243243
Description: "Gets a random answer to your question",
244244
Options: []*discordgo.ApplicationCommandOption{
245245
{
246-
Type: discordgo.ApplicationCommandOptionInteger,
246+
Type: discordgo.ApplicationCommandOptionString,
247247
Name: "question",
248248
Description: "Your question",
249249
Required: true,

0 commit comments

Comments
 (0)