From 13dc5b3c50da24a2ec36638d96476e5b72127631 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 21 Jun 2022 20:29:58 +0200 Subject: [PATCH] change vote ping from here to everyone --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: