mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00:00
Someone forgot to update some code
This commit is contained in:
parent
e020287307
commit
6ed6932e24
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue