Skip to content
Extraits de code Groupes Projets
Valider c764fb2a rédigé par Elliu's avatar Elliu
Parcourir les fichiers

Sending not in embed to prevent double preview in matrix

parent 31ea6f33
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -73,9 +73,13 @@ def create_embed(post,author,posturl): ...@@ -73,9 +73,13 @@ def create_embed(post,author,posturl):
color = discord.Colour.dark_orange() color = discord.Colour.dark_orange()
) )
embed.set_image(url=post) embed.set_image(url=post)
embed.description ='['+str(author)+'](https://www.reddit.com'+str(posturl)+')' #embed.description ='['+str(author)+'](https://www.reddit.com'+str(posturl)+')'
embed.description = 'coucou'
return embed return embed
def send_waifu(post, author, posturl):
return 'https://www.reddit.com' + str(posturl)
refresh_all_posts() refresh_all_posts()
if PROXY != "": if PROXY != "":
...@@ -108,7 +112,7 @@ async def on_message(message): ...@@ -108,7 +112,7 @@ async def on_message(message):
if name in subreddits.keys(): if name in subreddits.keys():
print('asking for the following entry: ' + name) print('asking for the following entry: ' + name)
postnumber = random.randint(1,subreddits[name].totalimgs) postnumber = random.randint(1,subreddits[name].totalimgs)
await message.channel.send(embed = create_embed(subreddits[name].posts[postnumber], subreddits[name].authors[postnumber], subreddits[name].posturls[postnumber])) await message.channel.send(send_waifu(subreddits[name].posts[postnumber], subreddits[name].authors[postnumber], subreddits[name].posturls[postnumber]))
#if "refresh the kumikos" in message.content.lower(): #if "refresh the kumikos" in message.content.lower():
# refresh_all_posts() # refresh_all_posts()
......
kumiko,rarekumikos
hitagi,Senjougahara
natsuki,PreciousNatsukis
tsubasa,hanekawa
shinobu,Shinobu
mayoi,mayoihachikuji
sengoku,SengokuNadeko
mai,ChurchofMaiSakurajima
kasumi,ChurchOfKasumi
ann,ChurchOfAnn
futaba,churchoffutaba
naoto,ChurchOfNaoto
mina,ChurchOfMinaAshido
pyra,ChurchOfPyra
rin,shimarin
vigne,Vigne
monika,JustMonika
araragiGirl,araragigirls
dab,animegirlsdabbing
anthropomorphy,MoeMorphism
pout,pouts
burger,AnimeBurgers
meal,2DGirlsEatingCutely
shoujoai,shoujoai
yuri,wholesomeyuri
aww,awwnime
headpat,headpats
ponytail,animeponytails
belly,ChurchofBelly
armpit,animearmpits
foot,AnimeFeets
hairtie,tyingherhairup
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter