mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
Auto stash before merge of "master" and "origin/master"
This commit is contained in:
parent
5bad09948e
commit
4e492c95ea
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue