From 29e546ace039a0156318090866c66f9b47b35b45 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 2 Jul 2024 21:05:42 -0600 Subject: [PATCH] Moved quotes --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 68f8172..8df8dc8 100644 --- a/index.js +++ b/index.js @@ -120,7 +120,7 @@ client.on('interactionCreate', async interaction => { }, { name: "MOTD", - value: `\`${data.description?.split("\n")[0] || ""}\`\n\`${data.description?.split("\n")[1] || ""}\`` + value: `\`${`\`${data.description?.split("\n")[0]}\`` || ""}\`\n${`\`${data.description?.split("\n")[1]}\`` || ""}` }, data.players.sample?.length > 0 ? { name: "Players",