small fix

This commit is contained in:
hydrabolt 2015-08-14 16:05:49 +01:00
parent 76cf78c5a1
commit 725f504bf9

View file

@ -397,6 +397,10 @@ exports.Client.prototype.sendMessage = function( channel, message, cb, _mentions
options = options || {};
if(message instanceof Array){
message = message.join("\n");
}
var thisLoopId = Math.floor( Math.random() * 1000 );
if ( channel instanceof User ) {