Skip to content

Commit

Permalink
Actually track votes in session_votes
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Jun 20, 2024
1 parent d978d97 commit 1a78f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/cogs/core/voting.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ async def vote(self, *, user_id: int, site: str, is_weekend: bool, is_test: bool
return

self.logger.info(f"{user_id} voted on {site}")
self.bot.session_votes += 1

user = self.bot.get_user(user_id)

Expand Down

0 comments on commit 1a78f5d

Please sign in to comment.