mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 01:31:29 +00:00
parent
98b81fac38
commit
29b4ca7f23
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class DataResolver {
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
const file = await this.resolveFile(image, browser);
|
const file = await this.resolveFile(image, browser);
|
||||||
return this.constructor.resolveBase64(file);
|
return DataResolver.resolveBase64(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue