#How do I auto \n for every 26 letters?

3 messages · Page 1 of 1 (latest)

mellow auroraBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • Consider reading #how-to-get-help to improve your question!
  • Explain what exactly your issue is.
  • Post the full error stack trace, not just the top part!
  • Show your code!
  • Issue solved? Press the button!
mighty verge
#

this is more string formatting and not djs related

viscid cipherBOT
#

mdn String.prototype.substring()
The substring() method of String values returns the part of this string from the start index up to and excluding the end index, or to the end of the string if no end index is supplied.