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=""