Apply suggestions from code review

Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
Danial Raza
2026-09-10 12:22:07 +02:00
committed by GitHub
co-authored by Almeida
parent 2a73f4e7c4
commit 74fbc842a7
2 changed files with 2 additions and 2 deletions
@@ -196,7 +196,7 @@ class GuildScheduledEventManager extends CachedManager {
* @property {DateResolvable} [scheduledEndTime] The time to end the event at
* @property {GuildScheduledEventPrivacyLevel} [privacyLevel] The privacy level of the guild scheduled event
* @property {GuildScheduledEventEntityType} [entityType] The scheduled entity type of the event
* @property {?string} [description] The description of the guild scheduled event, or `null` to remove it
* @property {?string} [description] The description of the guild scheduled event
* @property {?GuildVoiceChannelResolvable} [channel] The channel of the guild scheduled event
* @property {GuildScheduledEventStatus} [status] The status of the guild scheduled event
* @property {GuildScheduledEventEntityMetadataOptions} [entityMetadata] The entity metadata of the
@@ -470,7 +470,7 @@ class GuildScheduledEvent extends Base {
/**
* Sets the new description of the guild scheduled event.
*
* @param {?string} description The description of the guild scheduled event, or `null` to remove it
* @param {?string} description The description of the guild scheduled event
* @param {string} [reason] The reason for changing the description
* @returns {Promise<GuildScheduledEvent>}
* @example