mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 13:10:42 +00:00
docs: correct default value for SplitOptions.maxLength in Util#splitMessage (#2847)
This commit is contained in:
parent
0ab69c5ad4
commit
3298ea1869
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class TextBasedChannel {
|
||||||
/**
|
/**
|
||||||
* Options for splitting a message.
|
* Options for splitting a message.
|
||||||
* @typedef {Object} SplitOptions
|
* @typedef {Object} SplitOptions
|
||||||
* @property {number} [maxLength=1950] Maximum character length per message piece
|
* @property {number} [maxLength=2000] Maximum character length per message piece
|
||||||
* @property {string} [char='\n'] Character to split the message with
|
* @property {string} [char='\n'] Character to split the message with
|
||||||
* @property {string} [prepend=''] Text to prepend to every piece except the first
|
* @property {string} [prepend=''] Text to prepend to every piece except the first
|
||||||
* @property {string} [append=''] Text to append to every piece except the last
|
* @property {string} [append=''] Text to append to every piece except the last
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue