add spoiler tag and ping to vote

Signed-off-by: aaron <git@ar21.de>
This commit is contained in:
Aaron Riedel 2022-01-12 16:43:39 +01:00
parent 4072723027
commit e4db16eefe

2
bot.py
View file

@ -115,7 +115,7 @@ async def on_message(message):
else:
em = discord.Embed(description=str(right(message.content,len(message.content)-6)), colour=0x00E0FF)
em.set_author(name=message.author.display_name, url=discord.Embed.Empty, icon_url=message.author.avatar_url)
ask_msg = await message.channel.send( embed=em)
ask_msg = await message.channel.send(content="||@here||",embed=em)
for x in ["", "", ""]:
await ask_msg.add_reaction(x)
await message.delete()