mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 16:22:08 +00:00
Made MessageEmbedThumbnail/Provider/Author accessible
This commit is contained in:
parent
cb80d69649
commit
c5982b0b90
1 changed files with 4 additions and 0 deletions
|
|
@ -163,4 +163,8 @@ class MessageEmbedAuthor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MessageEmbed.Thumbnail = MessageEmbedThumbnail;
|
||||||
|
MessageEmbed.Provider = MessageEmbedProvider;
|
||||||
|
MessageEmbed.Author = MessageEmbedAuthor;
|
||||||
|
|
||||||
module.exports = MessageEmbed;
|
module.exports = MessageEmbed;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue