We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fab5c2 commit eb0f985Copy full SHA for eb0f985
notifier/aoc_bot/modules/leaderboard.py
@@ -284,7 +284,7 @@ def display_final_message(
284
with open(mapping_file, "r") as f:
285
mapping: dict[str, str] = json.load(f)
286
assert member_id in mapping
287
- string += f"As a reward, you get the <@&{str(role_id)}> role until the end of January!"
+ string += f"As a reward, you get the <@&{str(role_id)}> role!"
288
289
except (
290
AssertionError,
0 commit comments