Skip to content

Commit e8abcec

Browse files
committed
Formatting
1 parent 4585ac1 commit e8abcec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

techsupport_bot/commands/voting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ async def remind_vote(
701701

702702
non_voters = [v for v in eligible_voters if v not in voted_voters]
703703

704-
# Theoretically we can exceed the max length of a discord message. Cut at 60 just to protect us.
704+
# Theoretically we can exceed the max length of a discord message. Cut at 60 just in case.
705705
# We would probably error somewhere else if 61 people ever could vote though
706706
mention_string = " ".join(f"<@{v}>" for v in non_voters[:60])
707707

0 commit comments

Comments
 (0)