You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bot/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ export class LeetCodeBot {
129
129
letmessageText="";
130
130
if(missing>0){
131
131
messageText=`Hey ${user.telegramUsername}, it looks like you missed ${missing} problem(s) that you were supposed to solve today. Let's get back on track and conquer those challenges! 💪`;
132
-
}elseif(missing===0){
132
+
}elseif(missing<=0){
133
133
messageText=`Good job ${user.telegramUsername}, you're right on track today! Keep up the great work! 👍`;
0 commit comments