From ddf38bd3384c928201912c9db3f5d94f78372c74 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 2 Jun 2020 23:07:27 +0100 Subject: [PATCH] Trying to convert to cogs --- .idea/dictionaries/sgoud.xml | 5 + EnsoBot.py | 133 +++--------------- cogs/FunCommands.py | 76 +++++++++++ cogs/WaifuImages.py | 143 ++++++++++++++++++++ cogs/__pycache__/WaifuImages.cpython-36.pyc | Bin 0 -> 8098 bytes 5 files changed, 244 insertions(+), 113 deletions(-) create mode 100644 cogs/FunCommands.py create mode 100644 cogs/WaifuImages.py create mode 100644 cogs/__pycache__/WaifuImages.cpython-36.pyc diff --git a/.idea/dictionaries/sgoud.xml b/.idea/dictionaries/sgoud.xml index 8a81a6ca..d348494d 100644 --- a/.idea/dictionaries/sgoud.xml +++ b/.idea/dictionaries/sgoud.xml @@ -1,7 +1,12 @@ + cooldown + hamothy kakashi + waifu + waifus + yaoi \ No newline at end of file diff --git a/EnsoBot.py b/EnsoBot.py index 9bf89892..a9904532 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -1,12 +1,18 @@ -import discord import asyncio -import random +import discord from discord.ext import commands -from discord.ext.commands import BucketType, cooldown # Bot Prefix client = commands.Bot(command_prefix='~') +# Instantiates a list for all the cogs +extensions = ['cogs.WaifuImages', 'cogs.FunCommands'] + +# Calls the cogs +if __name__ == '__main__': + for ext in extensions: + client.load_extension(ext) + # Bot Status on Discord @client.event @@ -15,12 +21,6 @@ async def on_ready(): await client.change_presence(activity=discord.Game(name='Reading Yaoi')) -#@client.command(aliases=["Hug"]) -#@commands.has_any_role('Hamothy') -#async def bruh(self, ctx): -# await self.bot.say("hugs {}".format(ctx.message.author.mention())) - - # Bot ~Ping command in milliseconds @client.command(aliases=["Ping"]) @commands.has_any_role('Hamothy') @@ -28,48 +28,10 @@ async def ping(ctx): await ctx.send(f'Pong! {round(client.latency * 1000)}ms') -# Bot ~8Ball command -@client.command(aliases=['8ball']) -@cooldown(1, 3, BucketType.channel) -async def _8ball(ctx, *, question): - Responses = ["Hamothy is preoccupied with catching a case", - "Kate decides it will come true", - "Josh doesn't believe", - "Izzy can't predict this", - "Idk idiot lmao", - "Why are you even asking me", - "It's not like I can read your question", - "Shut the fuck up NOW", - "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", - "Marshall says Yes", - "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 your dick back in your pants smh", - "Get the fuck back to horny jail RIGHT NOW", - "Nick Cock Bro", - "Nice Tits", - "Dm Cloud for the answer", - "No", - "Yes", - "Pffft you wish", - "Taz doesn't believe it come to fruition", - "Never in a million years", - "Pathetic. You're wasting your time", - "Taz is too busy simping over Anonymous to care", - "Leave me alone. I'm sad :("] - await ctx.send(f'Question: {question}\nAnswer: {random.choice(Responses)}') +# @client.command(aliases=["Hug"]) +# @commands.has_any_role('Hamothy') +# async def bruh(self, ctx): +# await self.bot.say("hugs {}".format(ctx.message.author.mention())) # Bot ~roles command allows for an embed message about @@ -83,80 +45,25 @@ async def roles(ctx): embed.set_image(url="https://media.discordapp.net/attachments/669812887564320769/717149671771996180/unknown.png") embed.set_thumbnail(url="https://cdn.discordapp.com/attachments/683490529862090814/715010931620446269/image1.jpg") embed.set_author(name="Hamothy", - icon_url="https://cdn.discordapp.com/attachments/689525645734182916/717137453651066900/Rias_Gremory.png") + icon_url="https://cdn.discordapp.com/attachments/689525645734182916/717137453651066900" + "/Rias_Gremory.png") embed.set_footer( text="-------------------------------------------------------------------------------------------------------") embed.add_field(name="Cooldown", value="**•XP is gained every time you talk with a 2 minute cooldown.**", inline=True), embed.add_field(name="Message Length", - value="**•XP is not determined by the size of the message. You will not get more XP just because the message is bigger.**", + value="**•XP is not determined by the size of the message. You will not get more XP just because " + "the message is bigger.**", inline=True), embed.add_field(name="Roles", - value="**•As seen below, those are the colours and roles that will be achieved upon gaining that amount of experience**", + value="**•As seen below, those are the colours and roles that will be achieved upon gaining that " + "amount of experience**", inline=True) await ctx.send(embed=embed) -# Bot ~Kakashi command for Zara -@client.command(aliases=['Kakashi']) -@cooldown(1, 5, BucketType.channel) -async def kakashi(ctx): - kakashi1 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077346238514/image0.jpg" - kakashi2 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077669331036/image1.jpg" - kakashi3 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077941829722/image2.jpg" - kakashi4 = "https://cdn.discordapp.com/attachments/714671068941647933/717201078633889913/image4.jpg" - kakashi5 = "https://cdn.discordapp.com/attachments/714671068941647933/717201078885810176/image5.jpg" - kakashi6 = "https://cdn.discordapp.com/attachments/714671068941647933/717203540048871456/40964a8ec3616dd143db1ac63c4090ee.jpg" - kakashi7 = "https://media.discordapp.net/attachments/714671068941647933/717203546772340846/4707601f950c412dd6978c8264308632.jpg" - kakashi8 = "https://media.discordapp.net/attachments/714671068941647933/717203597774946354/7941b52067df70825ae3a9051acfd98d.jpg" - kakashi9 = "https://media.discordapp.net/attachments/714671068941647933/717203650333900840/dafb0bc78adc3548e9c9b24460d7c10d.jpg" - kakashi10 = "https://media.discordapp.net/attachments/714671068941647933/717203693925040188/aad4edeac8e034683b5602cf01a41333.jpg?width=465&height=658" - kakashi11 = "https://media.discordapp.net/attachments/714671068941647933/717203717085986836/5851485577679be2a09bdebef7e35522.jpg?width=390&height=658" - kakashi12 = "https://media.discordapp.net/attachments/714671068941647933/717203783016513626/e2a746123c1e36d995fa95c44a3c3f85.jpg" - kakashi13 = "https://media.discordapp.net/attachments/714671068941647933/717203811923394611/268a3266d4c255b72925a3eb541f4cf5.jpg?width=517&height=657" - kakashi14 = "https://media.discordapp.net/attachments/714671068941647933/717203866986479636/b283f71be006957107926e1d5d9ab60e.jpg?width=591&height=658" - kakashi15 = "https://cdn.discordapp.com/attachments/714671068941647933/717203972925947984/6f46bb96761b673f1c4f4b5584bf1ba8.jpg" - kakashi16 = "https://cdn.discordapp.com/attachments/714671068941647933/717204020711915581/4025c1241a206406555bd6ab53640291.jpg" - kakashi17 = "https://cdn.discordapp.com/attachments/714671068941647933/717204198491422770/94287174f2f5e5316144981190a38c66.jpg" - kakashi18 = "https://cdn.discordapp.com/attachments/714671068941647933/717204289755283547/a9868fb38857dd51ccc93a3e202644ff.gif" - kakashi19 = "https://cdn.discordapp.com/attachments/714671068941647933/717204351638175784/3967dabc9b069080daded9a38f1d9e49.jpg" - kakashi20 = "https://cdn.discordapp.com/attachments/714671068941647933/717204405178597396/3d063a07af0cfa320a100e169c959ff4.jpg" - kakashi21 = "https://cdn.discordapp.com/attachments/714671068941647933/717204454264537151/4c607bbcc9a360257e1d14b5c9858b21.jpg" - kakashi22 = "https://cdn.discordapp.com/attachments/714671068941647933/717204495939141692/9d85777e4a452f2f38464f8a11dece5b.jpg" - kakashi23 = "https://cdn.discordapp.com/attachments/714671068941647933/717204530760122478/edeaa333ed2fb68aa1205a783d0bb783.jpg" - kakashi24 = "https://cdn.discordapp.com/attachments/714671068941647933/717204561936252958/4f39f6de439a99b4113f6a33fd803079.jpg" - kakashi25 = "https://cdn.discordapp.com/attachments/714671068941647933/717204627484967012/ebb8b6713aff32745503d6cbe8996569.jpg" - kakashi26 = "https://cdn.discordapp.com/attachments/714671068941647933/717204713648685126/a6cb9a07745c163d14d736e077765ec8.gif" - kakashi27 = "https://cdn.discordapp.com/attachments/714671068941647933/717204734905417738/3a081283ef670fd5326a694b7d41d35d.jpg" - kakashi28 = "https://cdn.discordapp.com/attachments/714671068941647933/717204879155921006/864704a29ef1201f78f7f8fd71f57cf7.gif" - kakashi29 = "https://cdn.discordapp.com/attachments/714671068941647933/717204999792361472/d9b273a711ccf1e6af531443a4cf06b5.jpg" - kakashi30 = "https://cdn.discordapp.com/attachments/714671068941647933/717205121259405332/d2426eff482c18af2586e1fd2499d3d5.jpg" - kakashi31 = "https://cdn.discordapp.com/attachments/714671068941647933/717205186463924224/7e27f5a97a80444ab5fc773e4d09d1bb.jpg" - kakashi32 = "https://cdn.discordapp.com/attachments/714671068941647933/717205371835514930/IMG_20191212_215715_438.jpg" - kakashi33 = "https://cdn.discordapp.com/attachments/714671068941647933/717205515519655976/df09731e2b38c1f50cc57f4600d937f5.jpg" - kakashi34 = "https://cdn.discordapp.com/attachments/714671068941647933/717206154882842695/image0.jpg" - kakashi35 = "https://cdn.discordapp.com/attachments/714671068941647933/717206155356798986/image1.jpg" - kakashi36 = "https://cdn.discordapp.com/attachments/714671068941647933/717206155562057780/image2.jpg" - kakashi37 = "https://cdn.discordapp.com/attachments/714671068941647933/717206155797200896/image3.jpg" - kakashi38 = "https://cdn.discordapp.com/attachments/714671068941647933/717206156031819786/image4.jpg" - kakashi39 = "https://cdn.discordapp.com/attachments/714671068941647933/717206156191334460/image5.jpg" - kakashi40 = "https://cdn.discordapp.com/attachments/714671068941647933/717206156673679380/image6.gif" - - kakashiArray = [kakashi1, kakashi2, kakashi3, kakashi4, kakashi5, kakashi6, kakashi7, kakashi8, kakashi9, kakashi10, - kakashi11, kakashi12, kakashi13, kakashi14, kakashi15, kakashi16, kakashi17, kakashi18, kakashi19, - kakashi20, - kakashi21, kakashi22, kakashi23, kakashi24, kakashi25, kakashi26, kakashi27, kakashi28, kakashi29, - kakashi30, - kakashi31, kakashi32, kakashi33, kakashi34, kakashi35, kakashi36, kakashi37, kakashi38, kakashi39, - kakashi40] - - embed = discord.Embed(title="```Random Kakashi Image```", colour=discord.Colour(0xff0000), ) - embed.set_image(url=random.choice(kakashiArray)) - await ctx.send(embed=embed) - - # Bot Event for handling cooldown error @client.event async def on_command_error(ctx, error): @@ -165,7 +72,7 @@ async def on_command_error(ctx, error): # Let the user read the message for 1.5 seconds await asyncio.sleep(2.5) - ## delete the message + # Delete the message await message.delete() diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py new file mode 100644 index 00000000..0bbd678c --- /dev/null +++ b/cogs/FunCommands.py @@ -0,0 +1,76 @@ +import discord +import random +from discord.ext import commands +from discord.ext.commands import BucketType, cooldown + + +class Fun(commands.Cog): + def __init__(self, bot): + self.bot = bot + + # Bot ~8Ball command + @commands.command(name='8ball', aliases=['8ball', '8Ball']) + @cooldown(1, 3, BucketType.channel) + async def _8ball(self, ctx, *, question): + responses = [ + "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", + "Shut the fuck up NOW", + "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 your dick back in your pants smh", + "Get the fuck back to horny jail RIGHT NOW", + "Nick Cock Bro", + "Nice Tits", + "Dm Cloud for the answer", + "No", + "Yes", + "Pffft you wish", + "Never in a million years", + "Pathetic. You're wasting your time", + "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", + "Naughty naughty girl", + "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!!!", + ] + await ctx.send(f'Question: {question}\nAnswer: {random.choice(responses)}') + + +def setup(bot): + bot.add_cog(Fun(bot)) diff --git a/cogs/WaifuImages.py b/cogs/WaifuImages.py new file mode 100644 index 00000000..dc70ad7b --- /dev/null +++ b/cogs/WaifuImages.py @@ -0,0 +1,143 @@ +import discord +import random +from discord.ext import commands +from discord.ext.commands import BucketType, cooldown + + +class Waifus(commands.Cog): + def __init__(self, bot): + self.bot = bot + + +# Bot ~Kakashi command for Zara +@commands.command(name='Kakashi', aliases=["Kakashi"]) +@cooldown(1, 5, BucketType.channel) +async def kakashi(self, ctx): + kakashi1 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077346238514/image0.jpg" + kakashi2 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077669331036/image1.jpg" + kakashi3 = "https://cdn.discordapp.com/attachments/714671068941647933/717201077941829722/image2.jpg" + kakashi4 = "https://cdn.discordapp.com/attachments/714671068941647933/717201078633889913/image4.jpg" + kakashi5 = "https://cdn.discordapp.com/attachments/714671068941647933/717201078885810176/image5.jpg" + kakashi6 = "https://cdn.discordapp.com/attachments/714671068941647933/717203540048871456/40964a8ec3616dd143db1ac63c4090ee.jpg" + kakashi7 = "https://media.discordapp.net/attachments/714671068941647933/717203546772340846/4707601f950c412dd6978c8264308632.jpg" + kakashi8 = "https://media.discordapp.net/attachments/714671068941647933/717203597774946354/7941b52067df70825ae3a9051acfd98d.jpg" + kakashi9 = "https://media.discordapp.net/attachments/714671068941647933/717203650333900840/dafb0bc78adc3548e9c9b24460d7c10d.jpg" + kakashi10 = "https://media.discordapp.net/attachments/714671068941647933/717203693925040188/aad4edeac8e034683b5602cf01a41333.jpg?width=465&height=658" + kakashi11 = "https://media.discordapp.net/attachments/714671068941647933/717203717085986836/5851485577679be2a09bdebef7e35522.jpg?width=390&height=658" + kakashi12 = "https://media.discordapp.net/attachments/714671068941647933/717203783016513626/e2a746123c1e36d995fa95c44a3c3f85.jpg" + kakashi13 = "https://media.discordapp.net/attachments/714671068941647933/717203811923394611/268a3266d4c255b72925a3eb541f4cf5.jpg?width=517&height=657" + kakashi14 = "https://media.discordapp.net/attachments/714671068941647933/717203866986479636/b283f71be006957107926e1d5d9ab60e.jpg?width=591&height=658" + kakashi15 = "https://cdn.discordapp.com/attachments/714671068941647933/717203972925947984/6f46bb96761b673f1c4f4b5584bf1ba8.jpg" + kakashi16 = "https://cdn.discordapp.com/attachments/714671068941647933/717204020711915581/4025c1241a206406555bd6ab53640291.jpg" + kakashi17 = "https://cdn.discordapp.com/attachments/714671068941647933/717204198491422770/94287174f2f5e5316144981190a38c66.jpg" + kakashi18 = "https://cdn.discordapp.com/attachments/714671068941647933/717204289755283547/a9868fb38857dd51ccc93a3e202644ff.gif" + kakashi19 = "https://cdn.discordapp.com/attachments/714671068941647933/717204351638175784/3967dabc9b069080daded9a38f1d9e49.jpg" + kakashi20 = "https://cdn.discordapp.com/attachments/714671068941647933/717204405178597396/3d063a07af0cfa320a100e169c959ff4.jpg" + kakashi21 = "https://cdn.discordapp.com/attachments/714671068941647933/717204454264537151/4c607bbcc9a360257e1d14b5c9858b21.jpg" + kakashi22 = "https://cdn.discordapp.com/attachments/714671068941647933/717204495939141692/9d85777e4a452f2f38464f8a11dece5b.jpg" + kakashi23 = "https://cdn.discordapp.com/attachments/714671068941647933/717204530760122478/edeaa333ed2fb68aa1205a783d0bb783.jpg" + kakashi24 = "https://cdn.discordapp.com/attachments/714671068941647933/717204561936252958/4f39f6de439a99b4113f6a33fd803079.jpg" + kakashi25 = "https://cdn.discordapp.com/attachments/714671068941647933/717204627484967012/ebb8b6713aff32745503d6cbe8996569.jpg" + kakashi26 = "https://cdn.discordapp.com/attachments/714671068941647933/717204713648685126/a6cb9a07745c163d14d736e077765ec8.gif" + kakashi27 = "https://cdn.discordapp.com/attachments/714671068941647933/717204734905417738/3a081283ef670fd5326a694b7d41d35d.jpg" + kakashi28 = "https://cdn.discordapp.com/attachments/714671068941647933/717204879155921006/864704a29ef1201f78f7f8fd71f57cf7.gif" + kakashi29 = "https://cdn.discordapp.com/attachments/714671068941647933/717204999792361472/d9b273a711ccf1e6af531443a4cf06b5.jpg" + kakashi30 = "https://cdn.discordapp.com/attachments/714671068941647933/717205121259405332/d2426eff482c18af2586e1fd2499d3d5.jpg" + kakashi31 = "https://cdn.discordapp.com/attachments/714671068941647933/717205186463924224/7e27f5a97a80444ab5fc773e4d09d1bb.jpg" + kakashi32 = "https://cdn.discordapp.com/attachments/714671068941647933/717205371835514930/IMG_20191212_215715_438.jpg" + kakashi33 = "https://cdn.discordapp.com/attachments/714671068941647933/717205515519655976/df09731e2b38c1f50cc57f4600d937f5.jpg" + kakashi34 = "https://cdn.discordapp.com/attachments/714671068941647933/717206154882842695/image0.jpg" + kakashi35 = "https://cdn.discordapp.com/attachments/714671068941647933/717206155356798986/image1.jpg" + kakashi36 = "https://cdn.discordapp.com/attachments/714671068941647933/717206155562057780/image2.jpg" + kakashi37 = "https://cdn.discordapp.com/attachments/714671068941647933/717206155797200896/image3.jpg" + kakashi38 = "https://cdn.discordapp.com/attachments/714671068941647933/717206156031819786/image4.jpg" + kakashi39 = "https://cdn.discordapp.com/attachments/714671068941647933/717206156191334460/image5.jpg" + kakashi40 = "https://cdn.discordapp.com/attachments/714671068941647933/717206156673679380/image6.gif" + kakashi41 = "https://cdn.discordapp.com/attachments/714671068941647933/717206157227327578/image7.jpg" + kakashi42 = "https://cdn.discordapp.com/attachments/714671068941647933/717206621121544230/image0.jpg" + kakashi43 = "https://cdn.discordapp.com/attachments/714671068941647933/717206621310418954/image1.jpg" + kakashi44 = "https://cdn.discordapp.com/attachments/714671068941647933/717206621666672721/image2.jpg" + kakashi45 = "https://cdn.discordapp.com/attachments/714671068941647933/717206621993959474/image3.jpg" + kakashi46 = "https://cdn.discordapp.com/attachments/714671068941647933/717206622249943050/image4.jpg" + kakashi47 = "https://cdn.discordapp.com/attachments/714671068941647933/717206622489018458/image5.jpg" + kakashi48 = "https://cdn.discordapp.com/attachments/714671068941647933/717206622979489792/image6.jpg" + kakashi49 = "" + kakashi50 = "" + kakashi51 = "" + kakashi52 = "" + kakashi53 = "" + kakashi54 = "" + kakashi55 = "" + kakashi56 = "" + kakashi57 = "" + kakashi58 = "" + kakashi59 = "" + kakashi60 = "" + kakashi61 = "" + kakashi62 = "" + kakashi63 = "" + kakashi64 = "" + kakashi65 = "" + kakashi66 = "" + kakashi67 = "" + kakashi68 = "" + kakashi69 = "" + kakashi70 = "" + kakashi71 = "" + kakashi72 = "" + kakashi73 = "" + kakashi74 = "" + kakashi75 = "" + kakashi76 = "" + kakashi77 = "" + kakashi78 = "" + kakashi79 = "" + kakashi80 = "" + kakashi81 = "" + kakashi82 = "" + kakashi83 = "" + kakashi84 = "" + kakashi85 = "" + kakashi86 = "" + kakashi87 = "" + kakashi88 = "" + kakashi89 = "" + kakashi90 = "" + kakashi91 = "" + kakashi92 = "" + kakashi93 = "" + kakashi94 = "" + kakashi95 = "" + kakashi96 = "" + kakashi97 = "" + kakashi98 = "" + kakashi99 = "" + kakashi100 = "" + + kakashiArray = [kakashi1, kakashi2, kakashi3, kakashi4, kakashi5, kakashi6, kakashi7, kakashi8, kakashi9, kakashi10, + kakashi11, kakashi12, kakashi13, kakashi14, kakashi15, kakashi16, kakashi17, kakashi18, kakashi19, + kakashi20, + kakashi21, kakashi22, kakashi23, kakashi24, kakashi25, kakashi26, kakashi27, kakashi28, kakashi29, + kakashi30, + kakashi31, kakashi32, kakashi33, kakashi34, kakashi35, kakashi36, kakashi37, kakashi38, kakashi39, + kakashi40, + kakashi41, kakashi42, kakashi43, kakashi44, kakashi45, kakashi46, kakashi47, kakashi48, kakashi49, + kakashi50, + kakashi51, kakashi52, kakashi53, kakashi54, kakashi55, kakashi56, kakashi57, kakashi58, kakashi59, + kakashi60, + kakashi61, kakashi62, kakashi63, kakashi64, kakashi65, kakashi66, kakashi67, kakashi68, kakashi69, + kakashi70, + kakashi71, kakashi72, kakashi73, kakashi74, kakashi75, kakashi76, kakashi77, kakashi78, kakashi79, + kakashi80, + kakashi81, kakashi82, kakashi83, kakashi84, kakashi85, kakashi86, kakashi87, kakashi88, kakashi89, + kakashi90, + kakashi91, kakashi92, kakashi93, kakashi94, kakashi95, kakashi96, kakashi97, kakashi98, kakashi99, + kakashi100] + + embed = discord.Embed(title="```Random Kakashi Image```", colour=discord.Colour(0xff0000), ) + embed.set_image(url=random.choice(kakashiArray)) + await ctx.send(embed=embed) + + +def setup(bot): + bot.add_cog(Waifus(bot)) diff --git a/cogs/__pycache__/WaifuImages.cpython-36.pyc b/cogs/__pycache__/WaifuImages.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82c4a10dd7418b8f2af15553b171fe39396a4dd9 GIT binary patch literal 8098 zcmds+$(9>M7KWu#%`T4^Y>WYe!B7mPmL}L40-tQ{BOVg?Z><4 z8;!p=9(zrpd>QKR;6e>*ZZtaM_hzSw&l4LHo2^c(S>0=GOm0qfrZ%TL)6K^922Ik` zuML{YTkA6qTAf*%rkP(Gow@4s`aI39G->W(GoPk;I+RbXA9~QD1v>m|<3aO5v$H_W zFB^+Teh0O2bFn#`&9*l;lP&5mP7LR->}GfK!B_Wo^6LKf25tYml~uod^qN57GSokb zOWvqz+L@pxO@QB`7A#K=r*9`~#cn^Vep|h&_exix{yZ+B85&*qgLbvHA{3@IYF(mMUy3hshpze5GI)8R~bCY%k=hUdcb;aqqjyco`hm%_{8LU<*-8WzKA;q~xFcrz@8c3^=A z5oAz72NP^?!H0|Ct?+iZ6y6E%hRfl-a3x#~?}uyQgK#~37;c1*!pGs0@M*XiJ`1

3#9$eX2Yd7W?bX3xr+=~C&S-0i*816YkCL68 zB_yeKG8iP;>Sn$*=(jCb#&TwySKKJ;rNk{O7-!Z>WrTE^tM*!z4cOB9&PpwYjRA)< zX~u?mZHD256W$6jHZ1Bg?2MGodC%q8u&T|lbJ}sn?Os#pk>Q^X*m+Vb#*}mDTy5Hl zd7~1SXVP#(#FeC!Cz+8MzF~PjLiQgaH*;D`9*>xJp;W-Jw!IiZtWCZ1_{Tab5Dm#0QEDWzxd zl(i`-QkG`cC6u8OF87&Fg;Iu*%{UuF|8(%?#hCFzGsU=b?Ia zok|OyCa#tYr>ZRiF&T}P%wXE%x zKzg;R5QWaQrcqyE>7(@!7JVtvjg+KFXoxB17$uY=oTMu_`CR#Wyi~~0774`y*OtVLOqfjy zmK7LUEa8mh+#suJUlik+_rQIrv_hk4X}L!DWQN%^MRO(+SyWq$8jg_7JSOK<)D%7n z^_PerxFXt~(23UODp6V>h9u@pRk(z6%ClUj^)#%Oqe)l@WnH_PE)q-)If)`g)=Icw zIza{{mZo^C32C@THrB#x*H(q}g`r$YpLm}t&Shaxhk_hK)oKbKBdo&6G?sDE&ePN( z?QoeCg~S&cQ#F|^&9Qnj+SG)EeWNfMHOIV@z`RGq0+wOyAauw|ljDXpI?r4^;}WZJ ztYj3&vfQ;XKpaO}$P0K~kj4y@7_U-Gij&miHOGMmiL+IH^#TLXw5xfBsYLj^K;ZDg zy22K&Aj=DFv%=QnrS~4w78a_?iZ)>#Wo3dqpJfHlO;RAyDkT$4tjwhKtd-G)yqde1 zmJ&#TypSW!IFWIe6hb@9p#^SxPm=0FqA?9tbC^r8Xw8K!bmDE|n8IQu)kTI*&J{82 zzSD6kSbem9{2#Y-Ri?u%f~A_5tbOCt>s|DruUzj6j>UrRDp}9W3uca+cR9xCKxrwlz}}W5c7}#jtVz%$+-TzQB>g_U5_0C)nq1R8Q(~d#%y=+S!S`wV^PGSj71fTIu=bV z+E{e47-=HXM5KvG6Okq&O+=cAG!bbc(nO@mNRyE!BTYt{j5HZ(GSXzE$w-rtrXo#6 znu;_PX)4lGq^U?#k)|R|MVgK@9cen!bfoD>(~+hlO-GuJG#zOs(oCe8NHdXUBF#ja zi8K>wCelo#*+{dIW+Tl;nvFCYX*SYqq}fQbk>(=JMVgB=7iliiT%@^3bCKpE%|)7z zG#_a`(tM=(Nb`~ABh5#ek2LQ)^ZTQlbr$x@@AZ1gz1}IDul@1hZf5Tn$E&lqf8f$+ zO*a28{w7W~Pc$d~gQiEn>Yan%i-&us@zy(w%ka=%@?Oe+8T6{d+2P5@?o@|8qZ8>~ zb%5HNtiEqu-8&&2oqP^wH`e-td@Jt_XK*6CwUuv-AdfYFb?)1%j%kOpZ;ual->Hs9 W`$uq@ZO%3qn#Wovre>#(H2)3ZI}#88 literal 0 HcmV?d00001