Overview
- A new
/codeshare
command has been created - This command generates a new codeshare link, so users are able to click on it and join the same codeshare session
- Codeshare links expire 24 hours after it being created, so Leetcode Tracker will also delete the message after 24 hours
- Instead of using a timeout() approach, I decided to use the npm package cron to create a cron job that deletes the message after 24 hours of it being sent/created
/help
has been updated to describe the new /codeshare command- README.md has been updated to reflect the new command
PR Links:
- v2.2 - /codeshare: #12