fix
This commit is contained in:
@ -52,7 +52,7 @@ class PollCog(commands.Cog):
|
|||||||
|
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title=f"Voting for the invitation of {username}",
|
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.",
|
f"Poll will expire in {HOURS} hours.",
|
||||||
color=discord.Color.blue(),
|
color=discord.Color.blue(),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user