From b83113932aa85aea5d56bc070f38359f8be6f449 Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 2 Sep 2024 16:57:41 -0500 Subject: [PATCH] docs fix --- website/content/carbon/getting-started/nodejs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/carbon/getting-started/nodejs.mdx b/website/content/carbon/getting-started/nodejs.mdx index 5e16070c..a32f09bf 100644 --- a/website/content/carbon/getting-started/nodejs.mdx +++ b/website/content/carbon/getting-started/nodejs.mdx @@ -30,7 +30,7 @@ First, we need to install Carbon and its NodeJS package, as well as env-cmd to h Let's start by creating your `.env` file, which will contain the secrets and tokens for your app. -``` title=".env" +```txt title=".env" CLIENT_ID="" PUBLIC_KEY="" DISCORD_TOKEN=""