replchat.js
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -48,3 +48,3 @@ const io = require("socket.io-client"); | ||
if (this.last != 'joined.' + data.username) { | ||
this.emit('joined', data.username) | ||
this.emit('join', data.username) | ||
this.last = 'joined.' + data.username | ||
@@ -51,0 +51,0 @@ } |
{ | ||
"name": "replchat.js", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A library for making bots with replchat (https://replchat.vapwastaken.repl.co/)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5414