mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
Someone forgot to update some code
This commit is contained in:
@@ -126,7 +126,7 @@ export default class Resolver {
|
|||||||
return resource.recipient;
|
return resource.recipient;
|
||||||
}
|
}
|
||||||
if (resource instanceof String || typeof resource === "string") {
|
if (resource instanceof String || typeof resource === "string") {
|
||||||
return this.client.internal.users.get("id", resource);
|
return this.internal.users.get("id", resource);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user