From 9532d77ca6f600c14acf2bad20c1b48b5e5d7456 Mon Sep 17 00:00:00 2001 From: Boyan Date: Mon, 26 May 2025 22:37:33 +0200 Subject: [PATCH] fix --- src/cogs/poll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/poll.py b/src/cogs/poll.py index c0e58f8..005f0a2 100644 --- a/src/cogs/poll.py +++ b/src/cogs/poll.py @@ -52,7 +52,7 @@ class PollCog(commands.Cog): embed = discord.Embed( title=f"Voting for the invitation of {username}", - description=f"Required votes: **{required_votes}** (50% of {len(active_members)} active members)\n" + description=f"Required votes: **{required_votes}** active members)\n" f"Poll will expire in {HOURS} hours.", color=discord.Color.blue(), )