change vote ping from here to everyone
This commit is contained in:
parent
a9541b64e0
commit
13dc5b3c50
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue