mirror of
https://github.com/Xevion/contest-assistant.git
synced 2026-01-31 08:23:52 -06:00
Ensure Submission.update modifies votes column
I forgot to actually add this in properly.
This commit is contained in:
@@ -191,6 +191,9 @@ class Submission(Base):
|
||||
message.guild.get_member(reaction_marker.user)
|
||||
)
|
||||
|
||||
# Update the current list of votes
|
||||
self.votes = list(current)
|
||||
|
||||
if len(to_remove) > 0:
|
||||
if report: report += ' '
|
||||
report += f'Removed: {", ".join(map(str, to_remove))}'
|
||||
|
||||
Reference in New Issue
Block a user