From 8a4e390ffb095d1ce6336dad9c81b6165f6c1dc0 Mon Sep 17 00:00:00 2001 From: Gir0fa Date: Tue, 22 Oct 2024 22:18:07 -0500 Subject: [PATCH] Update index.js (TYPO) --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 83e039d..e574a9f 100644 --- a/src/index.js +++ b/src/index.js @@ -47,5 +47,5 @@ client.login(config.TOKEN) }) process.on("unhandledRejection", async (err) => { - console.log(`[ANTI - CRUSH] Unhandled Rejection : ${err}`.red.bold) -}) \ No newline at end of file + console.log(`[ANTI - CRASH] Unhandled Rejection : ${err}`.red.bold) +})