mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
12 lines
209 B
JavaScript
12 lines
209 B
JavaScript
|
|
export const interactionOptionRaw = {
|
||
|
|
type: 0,
|
||
|
|
name: "",
|
||
|
|
description: "",
|
||
|
|
id: "",
|
||
|
|
required: false,
|
||
|
|
min_value: 0,
|
||
|
|
max_value: 0,
|
||
|
|
max_length: 0,
|
||
|
|
choices: [],
|
||
|
|
options: []
|
||
|
|
};
|