adding spoiler tag to ping during survey
This commit is contained in:
parent
aa6b99a6b4
commit
458dc6e843
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -74,7 +74,7 @@ async def on_message(message):
|
||||||
z = z + 1
|
z = z + 1
|
||||||
em = discord.Embed(title=question, description=desc, colour=0x00E0FF)
|
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)
|
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
|
a = 0
|
||||||
for x in emojinumbers:
|
for x in emojinumbers:
|
||||||
if a < z and a != 0:
|
if a < z and a != 0:
|
||||||
|
|
Loading…
Reference in a new issue