Fixed 8ball commands

testing
sgoudham 4 years ago
parent e12c61f456
commit 3cda3a4daf

2
.gitignore vendored

@ -1,2 +1,2 @@
#Hiding Token
*bottoken
*token.txt

@ -2,6 +2,7 @@
<dictionary name="sgoud">
<words>
<w>cooldown</w>
<w>eightball</w>
<w>hamothy</w>
<w>kakashi</w>
<w>oken</w>

@ -1,52 +0,0 @@
Hamothy is preoccupied with catching a case
The prophet Kate believes it will come true
Josh doesn't believe in the outcome :(
Izzy can't predict this
Idk idiot lmao
Why are you even asking me
It's not like I can read your question
Zara wants to protest your question
Stitch will definitely get back to you
*Kakashi slams you to the wall*
Kate is too busy reading yaoi to answer your question
It- It's not lik- It's not like I want to answer your question or anything *tsundere noises*
Connor is too busy making tea and simping for beautiful women to reply to this
Maybe
Who said you could ask that question?
Ifrah cannot answer that
Hussein be spitting too much fire to look at your weak ass question
Literally no one gives a shit
N O spells NO
Find something better to do with your spare time smh
Sure but did you know that Izzy smells?
No but did you know that Stitch smells?
Get back to horny jail RIGHT NOW
Nick Cock Bro
Nice Tits
No
Yes
Pffft you wish
Never in a million years
You're wasting your time asking me
Taz is too busy simping over Anonymous to care
Leave me alone. I'm sad :(
Shoot your Shot King
Of course!
If you believe hard enough it'll come true!!
Inna likes this question but you'll have to answer it yourself ╮(︶▽︶)╭
Dm Taz to truly find out the answer to this one
Hussein approves of these FIRE bars
Why you gotta ask me a question when I'm just vibin bro :pensive:
Hamothy LOVES this question and nods approvingly
I don't have the energy to answer this question...
The Swedish fish agrees
You're better off asking Dyno Ensō is in a bad mood right now :(
The answer lies within your heart
All the signs point to yes!
Marshall would love to agree with you
That's so litty titty bro
I'm Izzy and I approve of this message
Inna would love to agree with you
Hamothy has used his godlike like powers to align the stars for you it must be true
Gabriel appears out of thin air and smites you
Yes yes yes!!!

@ -3,8 +3,10 @@ import discord
from discord.ext import commands
# Bot Prefix
from discord.ext.commands import bot
client = commands.Bot(command_prefix='~')
token = open("bottoken/token.txt", "r").readline()
token = open("DiscordToken/token.txt", "rt").readline()
# Instantiates a list for all the cogs
extensions = ['cogs.WaifuImages', 'cogs.FunCommands']

@ -1 +0,0 @@
NzE2NzAxNjk5MTQ1NzI4MDk0.XtfsuQ._IdMRicG7AGsne1g1Bkjhtmcm0I

@ -75,13 +75,16 @@ class Fun(commands.Cog):
channels = ["bot-commands"]
with open('8ballcommands.txt') as file:
with open('eightball.txt') as file:
_8ball_array = file.readlines()
if str(ctx.channel) in channels:
await ctx.send(f'Question: {question}\nAnswer: {random.choice(_8ball_array)}')
else:
message = await ctx.send(error_function())
# Let the user read the message for 2.5 seconds
await asyncio.sleep(2.5)
# Delete the message

@ -0,0 +1,52 @@
"Hamothy is preoccupied with catching a case"
“The prophet Kate believes it will come true”
“Josh doesn't believe in the outcome :(“
“Izzy can't predict this"
“Idk idiot lmao“
“Why are you even asking me“
“It's not like I can read your question“
“Zara wants to protest your question“
“Stitch will definitely get back to you“
“*Kakashi slams you to the wall*“
“Kate is too busy reading yaoi to answer your question“
“It- It's not lik- It's not like I want to answer your question or anything *tsundere noises*“
“Connor is too busy making tea and simping for beautiful women to reply to this“
“Maybe“
“Who said you could ask that question?“
“Ifrah cannot answer that“
“Hussein be spitting too much fire to look at your weak ass question“
“Literally no one gives a shit“
“N O spells NO“
“Find something better to do with your spare time smh“
“Sure but did you know that Izzy smells?“
“No but did you know that Stitch smells?“
“Get back to horny jail RIGHT NOW“
“Nick Cock Bro“
“Nice Tits“
“No“
“Yes"
“Pffft you wish“
“Never in a million years“
“You're wasting your time asking me“
“Taz is too busy doing ahegao faces on tiktok to care“
“Leave me alone. I'm sad :(“
“Shoot your Shot King“
“Of course!“
“If you believe hard enough it'll come true!!“
“Inna likes this question but you'll have to answer it yourself ╮(︶▽︶)╭“
“Dm Taz to truly find out the answer to this one“
“Hussein approves of these FIRE bars“
“Why you gotta ask me a question when I'm just vibin bro :pensive: “
“Hamothy LOVES this question and nods approvingly“
“I don't have the energy to answer this question...“
“The Swedish fish agrees“
“You're better off asking Dyno Ensō is in a bad mood right now :(“
“The answer lies within your heart“
“All the signs point to yes!“
“Marshall would love to agree with you“
“That's so litty titty bro“
“I'm Izzy and I approve of this message“
“Inna would love to agree with you“
“Hamothy has used his godlike like powers to align the stars for you it must be true“
“Gabriel appears out of thin air and smites you“
“Yes yes yes!!!“

@ -1 +0,0 @@
NzE2NzAxNjk5MTQ1NzI4MDk0.Xtft4Q.h7ugoWpDcHsH81E-qquI-JvRsg0
Loading…
Cancel
Save