replchat.js
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -22,3 +22,3 @@ const EventEmitter = require('events').EventEmitter | ||
// Authenticate with replchat | ||
this.socket = io(`https://replchat.vapwastaken.repl.co/`, { | ||
this.socket = io(`https://replchat.bddy.repl.co/`, { | ||
transports: ["websocket"], | ||
@@ -25,0 +25,0 @@ extraHeaders: { |
{ | ||
"name": "replchat.js", | ||
"version": "1.1.2", | ||
"description": "A library for making bots with replchat (https://replchat.vapwastaken.repl.co/)", | ||
"version": "1.1.3", | ||
"description": "A library for making bots with replchat (https://replchat.bddy.repl.co/)", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -74,2 +74,2 @@ # About | ||
## Docs | ||
Documentation is coming soon! Util then, hold on while we work on it! | ||
Documentation is coming soon! Until then, hold on while I work on it! |
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
5336