mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 22:21:17 +00:00
feat(InlineReplies): add INLINE_REPLY constant/typing
This commit is contained in:
parent
d2341654fe
commit
0ed281888d
2 changed files with 6 additions and 1 deletions
|
|
@ -417,6 +417,10 @@ exports.MessageTypes = [
|
|||
null,
|
||||
'GUILD_DISCOVERY_DISQUALIFIED',
|
||||
'GUILD_DISCOVERY_REQUALIFIED',
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
'INLINE_REPLY',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
|
|
@ -2859,7 +2859,8 @@ declare module 'discord.js' {
|
|||
| 'USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_3'
|
||||
| 'CHANNEL_FOLLOW_ADD'
|
||||
| 'GUILD_DISCOVERY_DISQUALIFIED'
|
||||
| 'GUILD_DISCOVERY_REQUALIFIED';
|
||||
| 'GUILD_DISCOVERY_REQUALIFIED'
|
||||
| 'INLINE_REPLY';
|
||||
|
||||
interface OverwriteData {
|
||||
allow?: PermissionResolvable;
|
||||
|
|
|
|||
Loading…
Reference in a new issue