feat(Message): add ReplyMessageOptions for #reply (#5296)

This commit is contained in:
Shubham Parihar
2021-05-11 03:28:19 +05:30
committed by GitHub
parent 31b4390042
commit 7ce741dacd
3 changed files with 30 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ class TextBasedChannel {
* @property {MessageMentionTypes[]} [parse] Types of mentions to be parsed
* @property {Snowflake[]} [users] Snowflakes of Users to be parsed as mentions
* @property {Snowflake[]} [roles] Snowflakes of Roles to be parsed as mentions
* @property {boolean} [repliedUser] Whether the author of the Message being replied to should be pinged
* @property {boolean} [repliedUser=true] Whether the author of the Message being replied to should be pinged
*/
/**