diff options
Diffstat (limited to 'commands/fun/8ball.js')
| -rw-r--r-- | commands/fun/8ball.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/fun/8ball.js b/commands/fun/8ball.js index c5702f1..04aa8e8 100644 --- a/commands/fun/8ball.js +++ b/commands/fun/8ball.js @@ -12,7 +12,8 @@ module.exports = class EightBallFun extends Command { throttling: { usages: 5, duration: 30 - } + }, + examples: ['s5n!8ball', 's5n!8b'] }); } |