mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Added equals object to documentation, counting as a minor
This commit is contained in:
@@ -92,6 +92,10 @@ class Server {
|
||||
toString(){
|
||||
return this.name;
|
||||
}
|
||||
|
||||
equals(object){
|
||||
return object.id === this.id;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Server;
|
||||
Reference in New Issue
Block a user