mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Someone forgot to update some code
This commit is contained in:
@@ -126,7 +126,7 @@ export default class Resolver {
|
||||
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