Skip to content

Commit 001cf96

Browse files
JiraliteSpaceEEC
andcommitted
docs(GuildManager): correct parameter type
Co-authored-by: space <spaceeec@yahoo.com>
1 parent ab3ad22 commit 001cf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/discord.js/src/managers/GuildManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class GuildManager extends CachedManager {
281281

282282
/**
283283
* Returns a URL for the PNG widget of a guild.
284-
* @param {WidgetImageURLOptions} guild The guild of the widget image
284+
* @param {GuildResolvable} guild The guild of the widget image
285285
* @param {GuildWidgetStyle} [style] The style for the widget image
286286
* @returns {string}
287287
*/

0 commit comments

Comments
 (0)