From aa6b99a6b41d67be568b4db59054280fee2b4458 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 8 Dec 2021 19:17:39 +0100 Subject: [PATCH] Ping bei Umfragen --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index c236175..eb45d8c 100644 --- a/bot.py +++ b/bot.py @@ -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: