Ping bei Umfragen

This commit is contained in:
Aaron Riedel 2021-12-08 19:17:39 +01:00
parent 9445141ea2
commit aa6b99a6b4

2
bot.py
View file

@ -74,7 +74,7 @@ async def on_message(message):
z = z + 1
em = discord.Embed(title=question, description=desc, 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)
a = 0
for x in emojinumbers:
if a < z and a != 0: