jinx-vi-0 / DDoL

Daily Dose of Leetcode
https://shorturl.at/ca4kT
MIT License
5 stars 6 forks source link

Add Streak Command to LeetCode Discord Bot #10

Closed J-B-Mugundh closed 21 hours ago

J-B-Mugundh commented 1 day ago

Description: This PR introduces a new command ;streak to the LeetCode Discord bot, allowing users to track their problem-solving streak on LeetCode. The command fetches and displays the number of consecutive days a user has solved a problem.

Changes Made:

Added Streak Command:

Example Responses: If the user has a streak: username has solved a problem for X consecutive days! Keep it up!

If the user has no streak: username does not have a streak yet. Start solving problems to build your streak!

Motivation: This feature aims to enhance user engagement by encouraging them to maintain their streaks while solving LeetCode problems, fostering a sense of achievement and consistency in their coding practice.

Related issue;

9

Screenshots: Without streak

With streak

J-B-Mugundh commented 1 day ago

@jinx-vi-0 Please review this and add gssoc-extd and hacktoberfest labels