UNPKG
@antibot/interactions
Version:
latest (1.4.6)
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.2.3
1.2.2
1.2.1
1.1.2
1.1.1
## 🗡️ An interactions library made for Discord interactions
@antibot/interactions
/
dist
/
structures
/
ApplicationCommandOptionType.d.ts
14 lines
•
312 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
declare
enum
ApplicationCommandOptionType
{
SUB_COMMAND
=
1
,
SUB_COMMAND_GROUP
=
2
,
STRING
=
3
,
INTEGER
=
4
,
BOOLEAN
=
5
,
USER
=
6
,
CHANNEL
=
7
,
ROLE
=
8
,
MENTIONABLE
=
9
,
NUMBER
=
10
,
ATTACHMENT
=
11
}
//# sourceMappingURL=ApplicationCommandOptionType.d.ts.map