Skip to content

Commit

Permalink
Update disnake/message.py
Browse files Browse the repository at this point in the history
Co-authored-by: shiftinv <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and shiftinv authored Nov 21, 2024
1 parent f5054c8 commit 894c686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ def system_content(self) -> Optional[str]:
f"\nWinning answer • {(100 * int(winning_answer_votes)) // int(total_votes)}%"
)
else:
msg += f" With {total_votes} total votes."
msg += f"\n\nThere was no winner."
return msg

# in the event of an unknown or unsupported message type, we return nothing
Expand Down

0 comments on commit 894c686

Please sign in to comment.