summary refs log tree commit diff
path: root/scripts/changelog.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/changelog.js')
-rw-r--r--scripts/changelog.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/changelog.js b/scripts/changelog.js
index 221864b4..f6329a46 100644
--- a/scripts/changelog.js
+++ b/scripts/changelog.js
@@ -23,9 +23,11 @@
 	To find which file the changelog is stored in your client, simply grep for the changelog text given by the client,
 	and update the `CHANGELOG_SCRIPT` variable to use that instead.
 
-	This grabs the new changelog from `fosscord-server/assets/changelog.txt`
+	This grabs the new changelog from `spacebarchat/server/assets/changelog.txt`
 */
 
+/* eslint-env node */
+
 const fetch = require("node-fetch");
 const fs = require("fs/promises");
 const path = require("path");