Skip to content

Commit

Permalink
docs(GuildManager): correct parameter type
Browse files Browse the repository at this point in the history
Co-authored-by: space <spaceeec@yahoo.com>
  • Loading branch information
Jiralite and SpaceEEC committed Aug 18, 2023
1 parent 827ac26 commit 84508f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/managers/GuildManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class GuildManager extends CachedManager {

/**
* Returns a URL for the PNG widget of a guild.
* @param {WidgetImageURLOptions} guild The guild of the widget image
* @param {GuildResolvable} guild The guild of the widget image
* @param {GuildWidgetStyle} [style] The style for the widget image
* @returns {string}
*/
Expand Down

0 comments on commit 84508f4

Please sign in to comment.