mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Fix docs on resolveImage
This commit is contained in:
parent
17d7f5c723
commit
85d195da52
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class ClientDataResolver {
|
|||
|
||||
/**
|
||||
* 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>}
|
||||
*/
|
||||
resolveImage(image) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue