mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fixed the fix and built
This commit is contained in:
@@ -180,7 +180,7 @@ var Resolver = (function () {
|
||||
return resource.recipient;
|
||||
}
|
||||
if (resource instanceof String || typeof resource === "string") {
|
||||
return this.client.internal.users.get("id", resource);
|
||||
return this.internal.users.get("id", resource);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user