diff --git a/src/commands/8ball.ts b/src/commands/8ball.ts index bdf5ca7..389f099 100644 --- a/src/commands/8ball.ts +++ b/src/commands/8ball.ts @@ -3,25 +3,32 @@ import Client from "../structures/Client"; const responses = [ "It is certain", + "Processing... I don't care", "It is decidedly so", "Without a doubt", "Yes definitely", + "Error: 400. Question too stupid", "You may rely on it", + "Im not answering that", "As I see it, yes", "Most likely", "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 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??", "Very doubtful", + "I don't feel like answering that, continue on with your day", ]; module.exports = {