-Changed Directory for Text Files

-Added more Toga Files
-Added more Compliments
testing
sgoudham 4 years ago
parent 7825fea990
commit 5a82dcfbe3

@ -1,2 +1 @@
web: python EnsoBot.py
worker: python EnsoBot.py worker: python EnsoBot.py

@ -1,4 +1,5 @@
import asyncio import asyncio
import pathlib
import random import random
import discord import discord
@ -77,7 +78,8 @@ class Fun(commands.Cog):
f"{target.mention} The thought of you leaving me is too much to bear. Stay with me forever :pleading_face: :pleading_face:", f"{target.mention} The thought of you leaving me is too much to bear. Stay with me forever :pleading_face: :pleading_face:",
f"{target.mention}From a scale of 1-10, youre 9 Im the 1 you need <:Kawaii:676203363922214953> <:Kawaii:676203363922214953> <:Kawaii:676203363922214953> ", f"{target.mention}From a scale of 1-10, youre 9 Im the 1 you need <:Kawaii:676203363922214953> <:Kawaii:676203363922214953> <:Kawaii:676203363922214953> ",
f"You're... You're SHREKTACULAR :heart_eyes: :flushed: :heart_eyes: {target.mention}", f"You're... You're SHREKTACULAR :heart_eyes: :flushed: :heart_eyes: {target.mention}",
# f"" f"{target.mention} Your beauty renders me speechless... :heart_eyes: :heart_eyes:"
f"Your taste in music is impeccable {target.mention}"
] ]
await ctx.send(random.choice(responses)) await ctx.send(random.choice(responses))
@ -94,7 +96,8 @@ class Fun(commands.Cog):
channels = ["bot-commands"] channels = ["bot-commands"]
with open('eightball.txt') as file: path = pathlib.Path(r'C:\Users\sgoud\PycharmProjects\EnsoBot\txtfiles\eightball.txt')
with open(path, mode='r') as file:
_8ball_array = file.readlines() _8ball_array = file.readlines()
if str(ctx.channel) in channels: if str(ctx.channel) in channels:

@ -1,4 +1,5 @@
import asyncio import asyncio
import pathlib
import random import random
import discord import discord
@ -17,15 +18,17 @@ class Waifus(commands.Cog):
channels = ["bot-commands"] channels = ["bot-commands"]
with open('kakashiImages.txt') as file: path = pathlib.Path(r'C:\Users\sgoud\PycharmProjects\EnsoBot\txtfiles\kakashiImages.txt')
with open(path, mode='r') as file:
kakashi_array = file.readlines() kakashi_array = file.readlines()
if str(ctx.channel) in channels: if str(ctx.channel) in channels:
member = ctx.message.author # set member as the author # set member as the author
member = ctx.message.author
userAvatar = member.avatar_url userAvatar = member.avatar_url
embed = discord.Embed(title="**Kakashi**", colour=discord.Colour(0xff0000)) embed = discord.Embed(title="**Hatake Kakashi**", colour=discord.Colour(0xff0000))
embed.set_image(url=random.choice(kakashi_array)) embed.set_image(url=random.choice(kakashi_array))
embed.set_footer(text=f"Requested by {ctx.message.author}", icon_url='{}'.format(userAvatar)) embed.set_footer(text=f"Requested by {ctx.message.author}", icon_url='{}'.format(userAvatar))
await ctx.send(embed=embed) await ctx.send(embed=embed)
@ -46,7 +49,8 @@ class Waifus(commands.Cog):
channels = ["bot-commands"] channels = ["bot-commands"]
with open('togaImages.txt') as file: path = pathlib.Path(r'C:\Users\sgoud\PycharmProjects\EnsoBot\txtfiles\togaImages.txt')
with open(path, mode='r') as file:
toga_array = file.readlines() toga_array = file.readlines()
if str(ctx.channel) in channels: if str(ctx.channel) in channels:
@ -54,7 +58,7 @@ class Waifus(commands.Cog):
member = ctx.message.author # set member as the author member = ctx.message.author # set member as the author
userAvatar = member.avatar_url userAvatar = member.avatar_url
embed = discord.Embed(title="**Toga**", colour=discord.Colour(0xff0000)) embed = discord.Embed(title="**Himiko Toga**", colour=discord.Colour(0xff0000))
embed.set_image(url=random.choice(toga_array)) embed.set_image(url=random.choice(toga_array))
embed.set_footer(text=f"Requested by {ctx.message.author}", icon_url='{}'.format(userAvatar)) embed.set_footer(text=f"Requested by {ctx.message.author}", icon_url='{}'.format(userAvatar))
await ctx.send(embed=embed) await ctx.send(embed=embed)

@ -1,3 +0,0 @@
https://cdn.discordapp.com/attachments/714213422333558804/717916377368756275/FB_IMG_1590335785815.jpg
https://cdn.discordapp.com/attachments/714213422333558804/717916377733922826/FB_IMG_1590335906532.jpg
https://cdn.discordapp.com/attachments/714213422333558804/717916377993969704/FB_IMG_1590335791939.jpg

@ -50,3 +50,4 @@
“Hamothy has used his godlike like powers to align the stars for you it must be true“ “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“ “Gabriel appears out of thin air and smites you“
“Yes yes yes!!!“ “Yes yes yes!!!“
"niKki sAys gO gEts tHeM HorSie"

@ -0,0 +1,50 @@
https://cdn.discordapp.com/attachments/714213422333558804/717916377368756275/FB_IMG_1590335785815.jpg
https://cdn.discordapp.com/attachments/714213422333558804/717916377733922826/FB_IMG_1590335906532.jpg
https://cdn.discordapp.com/attachments/714213422333558804/717916377993969704/FB_IMG_1590335791939.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718138658632368178/ddc257f2d978102039c2e97158fea28c.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718138658833563739/c48b4b6a24ef3465132b5bf975507cb3.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718138659022438410/ee978ebc5eefb32e61a9a38ea46ac26c.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152752785522828/IMG_20200604_203446.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152753175592970/IMG_20200604_203623.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152753574314094/0668fbfb49fea27e2fa4c5c569f46c54.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152753905402007/3d45c833b0957274868de09f4d5e5d26.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152754329288784/74accad3f540c30c6d7aca1f2e923080.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152754765365428/49f770b17089020db13ee82560191446.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152781927677972/rUhBeflm4_c.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152782246314064/PsozWICZ_es.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152782535852047/mTSNj8dISW4.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152783005483068/fb-MMwcpGJI.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152783429238935/wKSqKp_2PjY.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152783659794582/oXf5A6pV-QA.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152783940943922/nYkcak87bIU.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152816878813204/IMG_20200604_210206.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152817164156990/sJCRfF4rwTA.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152817436655626/sgdI-EXoptI.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152817831051361/0CXfkuqvRQE.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152818116264038/A460ETbOcw0.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152818464129055/Ls5mO51v6qc.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152818674106378/uUWA1hKdAFc.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152819059720252/b1JXtYLxN8M.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152819059720252/b1JXtYLxN8M.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152915763855520/8TZLtMlB43Q.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152916057325579/IMG_20200604_211234.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152916401389568/iKvBSzuAOYA.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152916808106014/eKDjAGLDLU.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152917231861800/-FnTXTQwc1E.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152917445509210/6SrfK8JqZWI.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152950320726096/f5zIXjyLRXY.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152950878568559/rR9Xw-BuomA.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152951100604416/r7NVOK6N9vQ.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152951411114104/R0NqYr8daDY.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152951838933082/ALu8cvMjU.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152952241455184/Dpig9P4URXw.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152952665342042/0XxFWT5WcRw.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152953097224283/ddYoOsWNCgo.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152953378373665/WnctzJoXFLY.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152990590238760/3zPp9RBcIlE.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152990921326672/qzuZVVlT1c8.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152991131172894/tepluGRm-P8.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152991357534248/VBKNfIEQfgM.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152991625969684/6iPRWL0Xj_0.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152992028622868/JqiASWK92hA.jpg
https://cdn.discordapp.com/attachments/716823227409760337/718152992322355279/PmzsE9RH9iQ.jpg
Loading…
Cancel
Save