Add the after and before parameters to the leaderboard link in the weekly Slack message.
Majority of the changed lines are just formatting.
Testing Instructions
Set environment variables such that the Slack message triggers "soon" and make sure to use an invalid channelId to avoid the bot sending an actual message
Check if the sent link is correct
Checklist
General
[x] PR title is clear and descriptive
[x] PR description explains the purpose and changes
[x] Code follows project coding standards
[x] Self-review of the code has been done
[x] Changes have been tested locally
[ ] Screenshots have been attached (if applicable)
[ ] Documentation has been updated (if applicable)
Server (if applicable)
[x] Code is performant and follows best practices
[x] No security vulnerabilities introduced
[ ] Proper error handling has been implemented
[ ] Added tests for new functionality
[ ] Changes have been tested in different environments (if applicable)
Motivation
Fixes #174.
Description
Add the after and before parameters to the leaderboard link in the weekly Slack message. Majority of the changed lines are just formatting.
Testing Instructions
Checklist
General
Server (if applicable)