diff options
| author | 8cy <[email protected]> | 2020-04-21 08:57:17 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 08:57:17 -0700 |
| commit | fadd61caf6e06be4cccae4e43487f309d2e74f10 (patch) | |
| tree | 2d15a1f841acae0decd5214c1afb570eaa206c65 /src/commands/fun/lorem.ts | |
| parent | web back to worker, v7.2.5 (diff) | |
| download | dep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.tar.xz dep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.zip | |
move assets around, v7.3.0
Diffstat (limited to 'src/commands/fun/lorem.ts')
| -rw-r--r-- | src/commands/fun/lorem.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fun/lorem.ts b/src/commands/fun/lorem.ts index c1d0e0e..c970247 100644 --- a/src/commands/fun/lorem.ts +++ b/src/commands/fun/lorem.ts @@ -9,7 +9,7 @@ module.exports = class LoremFun extends Command { aliases: ['lorem-impsum', 'loremipsum', 'ipsum', 'lorem-memesum', 'loremmemesum', 'memesum'], group: 'fun', memberName: 'lorem', - description: 'Gives you a random memeified Lorem Ipsum', + description: 'Gives you a random memeified Lorem Ipsum.', examples: [ 'uwu!lorem', 'uwu!lorem-ipsum', |