Skip to content

Commit c76a6f6

Browse files
committed
no longer expires, 7-28 winners
1 parent 66a1f7d commit c76a6f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

discord_bot/util/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class JudgeView(discord.ui.View):
88
def __init__(self, songs: dict[str, str], userIds: list[str]):
9-
super().__init__()
9+
super().__init__(timeout=None)
1010
self.songs = songs
1111
for idx, userId in enumerate(userIds):
1212
self.add_item(SongButton(str(idx + 1), userId, songs))

src/winners.csv

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,8 @@ Andrew,https://open.spotify.com/track/02sy7FAs8dkDNYsHp4Ul3f?si=e55678c79edb415a
106106
Ken,https://open.spotify.com/track/6DX1571XvHNwRoqQJx6A8r?si=B-0efe66Te-9XtcNKTLwnw,2025-07-21,0
107107
Artom,https://open.spotify.com/track/4vyQ2NdodXhtMGsaaMBqSt?si=wcecT32MRs22u0bg9sWHkQ,2025-07-21,0
108108
Andrew,https://open.spotify.com/track/1xOqGUkyxGQRdCvGpvWKmL?si=9q-nG5-ISJqDihYDZscaDg,2025-07-21,0
109-
Souren,https://open.spotify.com/track/799zCg04fIPgcbmplT3ecQ,2025-07-21,1
109+
Souren,https://open.spotify.com/track/799zCg04fIPgcbmplT3ecQ,2025-07-21,1
110+
Kevin,https://open.spotify.com/track/2slr0sS6ys15jMkb34go6e,2025-07-28,0
111+
Andrew,https://open.spotify.com/track/1oFqKeepmT5S8BCGqJl7Ar?si=97pGrQoPSxOE87pu7Z4UhQ,2025-07-28,0
112+
Souren,https://open.spotify.com/track/58AZXyKRlsMBMcrRjpJpVG?si=-ro12RRoTE2U55dIwET7JA,2025-07-28,0
113+
Artom,https://open.spotify.com/track/6n05BgVkxxz2k5ICZYa2PH?si=bvANvz4MRrWLJ_FadL0OHg,2025-07-28,1

0 commit comments

Comments
 (0)