From 87898700183c185c5ed3cc5f5840fcbba67a191d Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Thu, 16 Dec 2021 18:26:07 +0500 Subject: [PATCH] update --- scripts/verify-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-config.js b/scripts/verify-config.js index 2e8c36a6..e62a2b1d 100644 --- a/scripts/verify-config.js +++ b/scripts/verify-config.js @@ -29,7 +29,7 @@ const checks = [ let readyResolve; new Promise((resolve) => readyResolve = resolve); client.login(config.token).then(async () => { - success("should be a valid bot token"); + success("valid bot token"); await readyResolve(); if (!client.guilds.cache.has("568120814776614924")) { error("should be added to the emojis server", "please add your bot on this server: https://emojis.atlanta-bot.fr to make the emojis working");