From 63344476d08eaab258b3234c4e8cc7e5204234b5 Mon Sep 17 00:00:00 2001 From: SofianeLasri <alasri250@gmail.com> Date: Thu, 13 Oct 2022 11:26:53 +0200 Subject: [PATCH] test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ab67b34..90f3f33 100644 --- a/index.js +++ b/index.js @@ -288,7 +288,7 @@ const client = new Client({ let mcChatWebhook, devMcChatWebhook; client.on("ready", async function () { - console.log('\n' + "SL-Projects Bot".brightCyan); + console.log('\n' + "SL-Projects Bot TEST".brightCyan); console.log(""); console.log("Bot démarré".brightGreen); -- GitLab