Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/commands/8ball.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down