diff --git a/internal/commands/quote.go b/internal/commands/quote.go index 1e5a9be..d677696 100644 --- a/internal/commands/quote.go +++ b/internal/commands/quote.go @@ -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,