Skip to content

Commit

Permalink
commit suggested changes
Browse files Browse the repository at this point in the history
Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
  • Loading branch information
castdrian and vaporoxx committed Jun 11, 2021
1 parent 5c38686 commit 73a6375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/interfaces/TextBasedChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class TextBasedChannel {
/**
* Options provided when sending or editing a message.
* @typedef {BaseMessageOptions} MessageOptions
* @property {MessageEmbed[]|Object[]} [embeds] The embeds for the message
* @property {(MessageEmbed|Object)[]} [embeds] The embeds for the message
* (see [here](https://discord.com/developers/docs/resources/channel#embed-object) for more details)
* @property {ReplyOptions} [reply] The options for replying to a message
*/
Expand Down

0 comments on commit 73a6375

Please sign in to comment.