mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
types(MessageSelectMenu): fix typings (#5995)
This commit is contained in:
@@ -79,7 +79,7 @@ class MessageSelectMenu extends BaseMessageComponent {
|
||||
|
||||
/**
|
||||
* Whether this select menu is currently disabled
|
||||
* @type {?boolean}
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.disabled = data.disabled ?? false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user