mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-17 08:47:27 +00:00
Apply suggestions from code review
Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user