From dd1d738c1aa9200cb800276a702e2916543cfe39 Mon Sep 17 00:00:00 2001 From: Bushman Date: Thu, 1 Apr 2021 12:52:43 -0400 Subject: [PATCH 1/2] Update 8ball.ts --- src/commands/8ball.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/commands/8ball.ts b/src/commands/8ball.ts index bdf5ca7..611cbb8 100644 --- a/src/commands/8ball.ts +++ b/src/commands/8ball.ts @@ -3,25 +3,33 @@ import Client from "../structures/Client"; const responses = [ "It is certain", + "I don't care", "It is decidedly so", "Without a doubt", "Yes definitely", + "Error", "You may rely on it", + "Im not answering that", "As I see it, yes", "Most likely", + "Miqhtie Wrote This", "Outlook good", "Yes", + "No", "Signs point to yes", "Reply hazy try again", "Ask again later", "Better not tell you now", "Cannot predict now", + "This Is A Perfect Discord Bot", "Concentrate and ask again", "Don't count on it", "My reply is no", "My sources say no", "Outlook not so good", + "what", "Very doubtful", + "I don't feel like answering that, continue on with your day", ]; module.exports = { From a7fd5086d82e7751818b5a731533513157090e47 Mon Sep 17 00:00:00 2001 From: Miqhtie <60279933+Miqhtiedev@users.noreply.github.com> Date: Thu, 1 Apr 2021 12:59:40 -0400 Subject: [PATCH 2/2] minor changes to questions --- src/commands/8ball.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/commands/8ball.ts b/src/commands/8ball.ts index 611cbb8..389f099 100644 --- a/src/commands/8ball.ts +++ b/src/commands/8ball.ts @@ -3,16 +3,15 @@ import Client from "../structures/Client"; const responses = [ "It is certain", - "I don't care", + "Processing... I don't care", "It is decidedly so", "Without a doubt", "Yes definitely", - "Error", + "Error: 400. Question too stupid", "You may rely on it", "Im not answering that", "As I see it, yes", "Most likely", - "Miqhtie Wrote This", "Outlook good", "Yes", "No", @@ -21,13 +20,13 @@ const responses = [ "Ask again later", "Better not tell you now", "Cannot predict now", - "This Is A Perfect Discord Bot", + "This is a perfect discord bot and I can not waste my time with that question", "Concentrate and ask again", "Don't count on it", "My reply is no", "My sources say no", "Outlook not so good", - "what", + "what??", "Very doubtful", "I don't feel like answering that, continue on with your day", ];