Skip to content

Commit

Permalink
reverse commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Feb 13, 2024
1 parent 06c872d commit cf32d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/inputParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ class InputParser {
}

isAskingForGetBirthday (text) {
return text.toLowerCase().startsWith('!cuandocumple')
return text.toLowerCase().startsWith('!cumple')
}

isAskingForAddBirthday (text) {
return text.toLowerCase().startsWith('!cumple')
return text.toLowerCase().startsWith('!micumple')
}
}

Expand Down

0 comments on commit cf32d41

Please sign in to comment.