summary refs log tree commit diff
path: root/scripts/stresstest/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stresstest/index.js')
-rw-r--r--scripts/stresstest/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/stresstest/index.js b/scripts/stresstest/index.js
index bb8c72e4..d3f2d2ba 100644
--- a/scripts/stresstest/index.js
+++ b/scripts/stresstest/index.js
@@ -16,13 +16,15 @@
 	along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
+/* eslint-env node */
+
 const register = require("./src/register");
 const login = require("./src/login/index");
 const config = require("./config.json");
 const figlet = require("figlet");
 const sendMessage = require("./src/message/send");
 const fs = require("fs");
-figlet("Fosscord Stress Test :)", function (err, data) {
+figlet("Spacebar Stress Test :)", function (err, data) {
 	if (err) {
 		console.log("Something went wrong...");
 		console.dir(err);