Forget to remove poll from list :/
This commit is contained in:
parent
fa90f7c4af
commit
cef527c81d
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ class Poll(commands.Cog):
|
||||||
for i, f in enumerate(embed.fields):
|
for i, f in enumerate(embed.fields):
|
||||||
embed.set_field_at(i, name=f"{f.name} - {reactions[i].count-1}", value=f.value, inline=False)
|
embed.set_field_at(i, name=f"{f.name} - {reactions[i].count-1}", value=f.value, inline=False)
|
||||||
await message.edit(embed=embed)
|
await message.edit(embed=embed)
|
||||||
|
del self.polls[id]
|
||||||
|
|
||||||
@commands.Cog.listener()
|
@commands.Cog.listener()
|
||||||
async def on_command_error(self, ctx: commands.Context, error):
|
async def on_command_error(self, ctx: commands.Context, error):
|
||||||
|
|
Reference in a new issue