$splitTextTo get the word that has been split use $textSplit.Usage#$splitText[number]Example#bot.command({ name: "split", code: `$splitText[2] // hi$splitText[1] // hello$textSplit[hello|hi;|]`})