diff --git a/packages/discord.js/src/managers/GuildManager.js b/packages/discord.js/src/managers/GuildManager.js index 7b8ed5b2db8f..7266d9a0f102 100644 --- a/packages/discord.js/src/managers/GuildManager.js +++ b/packages/discord.js/src/managers/GuildManager.js @@ -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} */