diff --git a/bot.py b/bot.py index 5561142..b7d3939 100644 --- a/bot.py +++ b/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: