diff options
Diffstat (limited to 'src/commands/fun/quote.ts')
| -rw-r--r-- | src/commands/fun/quote.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fun/quote.ts b/src/commands/fun/quote.ts index 5149bbc..e090574 100644 --- a/src/commands/fun/quote.ts +++ b/src/commands/fun/quote.ts @@ -16,7 +16,7 @@ module.exports = class QuoteFun extends Command { aliases: ['quotes'], group: 'fun', memberName: 'quote', - description: 'Gives you a random quote from Adventure Time.', + description: 'Either gives you a random quote or a quote from a specified category.', throttling: { usages: 5, duration: 30 |