diff options
Diffstat (limited to 'src/commands/fun/showerthought.ts')
| -rw-r--r-- | src/commands/fun/showerthought.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fun/showerthought.ts b/src/commands/fun/showerthought.ts index 5ee7cb4..ba7e86a 100644 --- a/src/commands/fun/showerthought.ts +++ b/src/commands/fun/showerthought.ts @@ -12,7 +12,7 @@ module.exports = class ShowerThoughtFun extends SubredditCommand { ], group: 'fun', memberName: 'showerthought', - description: 'Shower thoughts.', + description: 'Gives you a shower thought from **r/Showerthought**.', examples: ['uwu!showerthought'], throttling: { usages: 5, |