Basically if a user types more than 2048 characters in the description embed the embed would get split in 2 embeds and will send it in the guild. The part i dont understand how to fix, is splitting the embed in 2 messages. So first embed untill the end so 2048 then it will send another embed with the rest of the message.
You can see in the code below. If this ${test} contains more than 2048 then split that in 2 embeds
message.author.send(new Discord.RichEmbed().setColor("00FFFF").setDescription( **Here is what you typed:** \n \n **Test:** \n ${test}))