Skip to content

Commit

Permalink
remove voting debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 18, 2024
1 parent 70e435e commit 0afa62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/command_helpers/vote_btn_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ async def button_callback(

# respond
await interaction.respond(f"Voted for {label}", ephemeral=True)
await interaction.channel.send(
""" await interaction.channel.send(
f"-# Debug: {interaction.user.name} voted for {label}"
)
) """

# check if vote is decided
all_vote_counts = sorted(mogi.votes.values(), reverse=True)
Expand Down

0 comments on commit 0afa62e

Please sign in to comment.