change vote ping from here to everyone

This commit is contained in:
Aaron Riedel 2022-06-21 20:29:58 +02:00
parent a9541b64e0
commit 13dc5b3c50
Signed by: aaron
GPG key ID: 643004654D40D577

2
bot.py
View file

@ -220,7 +220,7 @@ async def survey(ctx, *, arg):
z = z + 1
em = discord.Embed(title=question, description=desc, colour=0x00E0FF)
em.set_author(name=ctx.author.display_name, url=discord.Embed.Empty, icon_url=ctx.author.avatar.url)
ask_msg = await ctx.send(content="||@here||",embed=em)
ask_msg = await ctx.send(content="||@everyone||",embed=em)
a = 0
for x in emojinumbers:
if a < z and a != 0: