mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 19:50:55 +00:00
Webpack build for branch master: 29b4ca7f23
This commit is contained in:
parent
6a38d344f9
commit
88a242ae92
2 changed files with 2 additions and 2 deletions
|
|
@ -4022,7 +4022,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue