Skip to content

Commit

Permalink
removed camelcase on option name because discord hates it
Browse files Browse the repository at this point in the history
  • Loading branch information
c0untingNumbers committed Apr 26, 2024
1 parent 9b12cdd commit dbc95b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/slash/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func Query() (*discordgo.ApplicationCommand, func(s *discordgo.Session, i *disco
MinValue: &minValue,
},
{
Name: "usernameinFileOnly",
Name: "usernameinfileonly",
Description: "Returns usernames in csv format",
Type: discordgo.ApplicationCommandOptionBoolean,
Required: false,
Expand Down

0 comments on commit dbc95b4

Please sign in to comment.