Using quotation marks in a command?Solved

Hi i want this code to work with timed execute:

server.description "\n• Monthly wipes\n• PVP and PVE\n"

Quotation marks need to be escaped in JSON when used inside others.

server.description \"\n• Monthly wipes\n• PVP and PVE\n\"
Locked automatically