Add createRoleIfNotExists function

This commit is contained in:
hydrabolt
2015-10-27 16:42:32 +00:00
parent 4783b75b84
commit d08e802083
9 changed files with 2509 additions and 2454 deletions

View File

@@ -30,8 +30,8 @@ var Message = (function () {
this.attachments = data.attachments;
}
/*exports.Message.prototype.isPM = function() {
return ( this.channel instanceof PMChannel );
/*exports.Message.prototype.isPM = function() {
return ( this.channel instanceof PMChannel );
}*/
Message.prototype.isMentioned = function isMentioned(user) {