mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Add createRoleIfNotExists function
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user