mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
fix(SelectMenuInteraction): set values to empty array if not provided (#6045)
This commit is contained in:
Vendored
+1
-1
@@ -1367,7 +1367,7 @@ export class Role extends Base {
|
||||
|
||||
export class SelectMenuInteraction extends MessageComponentInteraction {
|
||||
public componentType: 'SELECT_MENU';
|
||||
public values: string[] | null;
|
||||
public values: string[];
|
||||
}
|
||||
|
||||
export class Shard extends EventEmitter {
|
||||
|
||||
Reference in New Issue
Block a user