diff options
author | Indrajith K L | 2021-03-11 17:07:12 +0530 |
---|---|---|
committer | Indrajith K L | 2021-03-11 17:07:12 +0530 |
commit | e3a04633543819b6df03ab1fa7a23288c5401436 (patch) | |
tree | d65a29b66ae5ad2a71f784ddaecde49cf254c4a8 /src/main.js | |
parent | 749f46e239f7bc12f815a57c0ec7dd5101964d09 (diff) | |
download | lul-bot-e3a04633543819b6df03ab1fa7a23288c5401436.tar.gz lul-bot-e3a04633543819b6df03ab1fa7a23288c5401436.tar.bz2 lul-bot-e3a04633543819b6df03ab1fa7a23288c5401436.zip |
String Changes
Diffstat (limited to 'src/main.js')
-rw-r--r-- | src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index 058a9bb..af404b3 100644 --- a/src/main.js +++ b/src/main.js @@ -35,7 +35,7 @@ function parseCasualMessage(message) { case 'മനുസ്സനല്ലേ പുള്ളെ': case 'manusanalle pulle': return `ഇറച്ചിയും ബറോട്ടയും വേണായിരിക്കും... 🤣🤣🤣`; case 'നീ ആരാ': - case 'nee aara': return `താൻ ആരാണെന്ന് തനിക്ക് അറിയാന്മേലെങ്കിൽ താൻ എന്നോട് ചോയ്ക്ക് താൻ ആരാണെന്ന്??? തനിക്ക് ഞാൻ പറഞ്ഞു തരാം താൻ ആരാണെന്ന്... 🤪🤪`; + case 'nee araa': return `താൻ ആരാണെന്ന് തനിക്ക് അറിയാന്മേലെങ്കിൽ താൻ എന്നോട് ചോയ്ക്ക് താൻ ആരാണെന്ന്??? തനിക്ക് ഞാൻ പറഞ്ഞു തരാം താൻ ആരാണെന്ന്... 🤪🤪`; default: return null; } } |