Skip to content

Commit

Permalink
Fix /quote command description (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiJeTi authored Jul 20, 2024
1 parent 8a96c4c commit 40a99a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/quote.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (

var Quote = &discordgo.ApplicationCommand{
Name: QuoteName,
Description: "Manage the mos stunning quotes of the specified user",
Description: "Manage the most stunning quotes of the specified user",
Options: []*discordgo.ApplicationCommandOption{
{
Name: QuoteOptionAuthor,
Expand Down

0 comments on commit 40a99a7

Please sign in to comment.