Skip to content

Commit eb0f985

Browse files
committed
notifier: Remove text referencing reward role being stripped, not true
1 parent 9fab5c2 commit eb0f985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier/aoc_bot/modules/leaderboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def display_final_message(
284284
with open(mapping_file, "r") as f:
285285
mapping: dict[str, str] = json.load(f)
286286
assert member_id in mapping
287-
string += f"As a reward, you get the <@&{str(role_id)}> role until the end of January!"
287+
string += f"As a reward, you get the <@&{str(role_id)}> role!"
288288

289289
except (
290290
AssertionError,

0 commit comments

Comments
 (0)