mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Webpack build for branch 11.1-dev: 85d195da52
This commit is contained in:
parent
cd644c572d
commit
7f0dd770b2
1 changed files with 1 additions and 1 deletions
|
|
@ -12567,7 +12567,7 @@ class ClientDataResolver {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolves a Base64Resolvable, a string, or a BufferResolvable to a Base 64 image.
|
* Resolves a Base64Resolvable, a string, or a BufferResolvable to a Base 64 image.
|
||||||
* @param {string|BufferResolvable|Base64Resolvable} image The image to be resolved
|
* @param {BufferResolvable|Base64Resolvable} image The image to be resolved
|
||||||
* @returns {Promise<string>}
|
* @returns {Promise<string>}
|
||||||
*/
|
*/
|
||||||
resolveImage(image) {
|
resolveImage(image) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue