feat(Message): add crosspostable property (#4903)

Co-authored-by: Advaith <advaithj1@gmail.com>
Co-authored-by: Alex Hîncu <teesealz@gmail.com>
This commit is contained in:
HarmoGlace
2020-11-01 12:32:20 +01:00
committed by GitHub
parent efd7849ed0
commit b8fd3f65d9
2 changed files with 19 additions and 0 deletions

2
typings/index.d.ts vendored
View File

@@ -3018,6 +3018,7 @@ declare module 'discord.js' {
| 'attachments'
| 'channel'
| 'deletable'
| 'crosspostable'
| 'editable'
| 'mentions'
| 'pinnable'
@@ -3029,6 +3030,7 @@ declare module 'discord.js' {
attachments: Message['attachments'];
channel: Message['channel'];
readonly deletable: boolean;
readonly crosspostable: boolean;
readonly editable: boolean;
readonly edits: Message['edits'];
embeds: Message['embeds'];