Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "crispybot", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "An annoying bot.", | ||
@@ -5,0 +5,0 @@ "main": "dist/crispy.js", |
@@ -52,3 +52,3 @@ # Crispy | ||
console.log(data); | ||
if (data.handle !== crispy.handle && data.message.includes("crispy")) { | ||
if (data.handle !== crispy.user.handle && data.message.includes("crispy")) { | ||
crispy.message(ROOM, `Hello ${data.handle}!`); | ||
@@ -55,0 +55,0 @@ } |
64848