replchat.js
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -91,3 +91,7 @@ const io = require("socket.io-client"); | ||
}, | ||
content: data.message | ||
content: data.message, | ||
reply: (content) => { | ||
var message = `Replying to @${data.username} (${data.message}): ${content}` | ||
this.send(message) | ||
} | ||
}) | ||
@@ -94,0 +98,0 @@ }) |
{ | ||
"name": "replchat.js", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
5574
81