mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 05:22:15 +00:00
Improve prepend/append descriptions
This commit is contained in:
parent
36f4df2931
commit
d240fe4182
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ class TextBasedChannel {
|
|||
* @typedef {Object} SplitOptions
|
||||
* @property {number} [maxLength=1950] Maximum character length per message piece
|
||||
* @property {string} [char='\n'] Character to split the message with
|
||||
* @property {string} [prepend=''] Text to prepend to each middle piece
|
||||
* @property {string} [append=''] Text to append to each middle piece
|
||||
* @property {string} [prepend=''] Text to prepend to every piece except the first
|
||||
* @property {string} [append=''] Text to append to every piece except the last
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue