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