diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-24 14:02:03 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-24 14:02:03 -0500 |
| commit | 4e492c95ea6e1d1b44cf8434f2a0215f78d04c9c (patch) | |
| tree | 518fc02a26744fb79d45c4f0feb7c701a034c7ac /commands | |
| parent | 5bad09948e0a7ef96f8c4d581627acf78558fbda (diff) | |
| download | PokeBot-4e492c95ea6e1d1b44cf8434f2a0215f78d04c9c.tar.gz PokeBot-4e492c95ea6e1d1b44cf8434f2a0215f78d04c9c.tar.bz2 PokeBot-4e492c95ea6e1d1b44cf8434f2a0215f78d04c9c.zip | |
Auto stash before merge of "master" and "origin/master"
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/8ball.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/8ball.js b/commands/8ball.js index db0b8d3..f188270 100644 --- a/commands/8ball.js +++ b/commands/8ball.js @@ -2,6 +2,14 @@ exports.run = async (bot, msg, args) => { if (args.length < 1) return msg.reply('You need to ask the 8-ball something for it to respond!'); const responses = [ + 'May the odds ever be in your favor...', + 'Definetely not! Did you ever think that this would work?', + 'Most definetely', + 'Seems probable..', + 'Sure, why not?', + 'No!', + 'Probably.', + 'If a sentience can do a backflip, then this can happen!', 'It is certain', 'It is decidedly so', 'Without a doubt', |
