mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
chore: more jsdoc updates
This commit is contained in:
parent
3463acafca
commit
ff2dbfa52d
1 changed files with 1 additions and 2 deletions
|
|
@ -65,8 +65,7 @@ class TextBasedChannel {
|
||||||
* @property {string|boolean} [code] Language for optional codeblock formatting to apply
|
* @property {string|boolean} [code] Language for optional codeblock formatting to apply
|
||||||
* @property {boolean|SplitOptions} [split=false] Whether or not the message should be split into multiple messages if
|
* @property {boolean|SplitOptions} [split=false] Whether or not the message should be split into multiple messages if
|
||||||
* it exceeds the character limit. If an object is provided, these are the options for splitting the message
|
* it exceeds the character limit. If an object is provided, these are the options for splitting the message
|
||||||
* @property {MessageResolvable} [replyTo] The message to reply to
|
* @property {MessageResolvable} [replyTo] The message to reply to (must be in the same channel)
|
||||||
* (must be in the same channel)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue