Skip to content

Commit

Permalink
removed usernamesinfile option
Browse files Browse the repository at this point in the history
  • Loading branch information
c0untingNumbers committed May 5, 2024
1 parent 7552bc8 commit 3a6b5c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions commands/slash/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ func Query() (*discordgo.ApplicationCommand, func(s *discordgo.Session, i *disco
Required: false,
MinValue: &minValue,
},
{
Name: "usernameinfileonly",
Description: "Returns usernames in csv format",
Type: discordgo.ApplicationCommandOptionBoolean,
Required: false,
},
},
DefaultMemberPermissions: &permission.IGLead,
},
Expand Down

0 comments on commit 3a6b5c0

Please sign in to comment.