mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
refactor: make public builder props getters (#7422)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: Antonio Román <kyradiscord@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
import { UnsafeSelectMenuOption } from './UnsafeSelectMenuOption';
|
||||
|
||||
/**
|
||||
* Represents an option within a select menu component
|
||||
* Represents a validated option within a select menu component
|
||||
*/
|
||||
export class SelectMenuOption extends UnsafeSelectMenuOption {
|
||||
public override setDescription(description: string) {
|
||||
|
||||
Reference in New Issue
Block a user