This commit is contained in:
Ashley 2022-09-21 11:55:16 +02:00
parent 395f2769b4
commit 942b3b2ef7

View file

@ -466,7 +466,7 @@ app.get("/channel/", async (req, res) => {
typeof subscribers === "string"
? subscribers.replace("subscribers", "")
: "Private",
desc: k.Channel.Contents.ItemSection.About.Description.replace(/\n/g, " "),
desc: k.Channel.Contents.ItemSection.About.Description.replace(/\n/g, " <br> "),
});
});