From 4e492c95ea6e1d1b44cf8434f2a0215f78d04c9c Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 14:02:03 -0500 Subject: Auto stash before merge of "master" and "origin/master" --- commands/8ball.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'commands/8ball.js') 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', -- cgit v1.2.3