mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
added private messages, better cache tracking and channel/server creation/deletion and signals
This commit is contained in:
@@ -20,10 +20,6 @@ exports.User.prototype.mention = function(){
|
||||
|
||||
exports.User.prototype.equals = function(otherUser){
|
||||
|
||||
if(otherUser.id === this.id){
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return otherUser.id === this.id;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user