replchat.js
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -35,3 +35,3 @@ const EventEmitter = require('events').EventEmitter | ||
this.socket.on('debug', (code) => { | ||
if (code != "REQUIRES_IDENTIFY") this.socket.emit('identify', `${this.username} [BOT]`) | ||
if (code == "REQUIRES_IDENTIFY") this.socket.emit('identify', `${this.username} [BOT]`) | ||
}) | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "replchat.js", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A library for making bots with replchat (https://replchat.bddy.repl.co/)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |