diff --git a/lib/inputParser.js b/lib/inputParser.js index c0dc9f8..b042e8c 100644 --- a/lib/inputParser.js +++ b/lib/inputParser.js @@ -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') } }