Auto stash before merge of "master" and "origin/master"

This commit is contained in:
Unknown 2018-02-24 14:02:03 -05:00
parent 5bad09948e
commit 4e492c95ea

View file

@ -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!'); if (args.length < 1) return msg.reply('You need to ask the 8-ball something for it to respond!');
const responses = [ 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 certain',
'It is decidedly so', 'It is decidedly so',
'Without a doubt', 'Without a doubt',