mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Fixed server.detailsOf(user)
Now points to correct function
This commit is contained in:
@@ -153,7 +153,11 @@ var Server = (function (_Equality) {
|
||||
};
|
||||
|
||||
Server.prototype.detailsOfUser = function detailsOfUser(user) {
|
||||
return this.details(user);
|
||||
return this.detailsOf(user);
|
||||
};
|
||||
|
||||
Server.prototype.details = function details(user) {
|
||||
return this.detailsOf(user);
|
||||
};
|
||||
|
||||
Server.prototype.rolesOfUser = function rolesOfUser(user) {
|
||||
|
||||
Reference in New Issue
Block a user