Skip to content

Leetcode Tracker v2.2

Latest
Compare
Choose a tag to compare
@cameronlxu cameronlxu released this 01 May 19:24
10b817d

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

image

PR Links:

  • v2.2 - /codeshare: #12