diff --git a/bot.py b/bot.py index eb45d8c..2d1cda9 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(content="@here",embed=em) + ask_msg = await message.channel.send(content="||@here||",embed=em) a = 0 for x in emojinumbers: if a < z and a != 0: