mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
@@ -44,7 +44,7 @@ class DataResolver {
|
||||
return image;
|
||||
}
|
||||
const file = await this.resolveFile(image, browser);
|
||||
return this.constructor.resolveBase64(file);
|
||||
return DataResolver.resolveBase64(file);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user