diff options
| author | Alee <alee14498@gmail.com> | 2018-02-24 14:14:17 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-24 14:14:17 -0500 |
| commit | ec9d43f27b7f91597a201f524765d9d9dc0053e6 (patch) | |
| tree | ce40b2f9231e8072b3adf118eb0479b100bb3c9e /commands/8ball.js | |
| parent | d29bd5f7de7244a17a247d9ac1ee2554cd09c12d (diff) | |
| parent | 0af8a767a247212453a56baa29b51337b0d9b626 (diff) | |
| download | PokeBot-ec9d43f27b7f91597a201f524765d9d9dc0053e6.tar.gz PokeBot-ec9d43f27b7f91597a201f524765d9d9dc0053e6.tar.bz2 PokeBot-ec9d43f27b7f91597a201f524765d9d9dc0053e6.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'commands/8ball.js')
| -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', |
