This commit is contained in:
JonnyBro 2021-12-16 18:26:07 +05:00
parent 426da0324d
commit 8789870018

View file

@ -29,7 +29,7 @@ const checks = [
let readyResolve; let readyResolve;
new Promise((resolve) => readyResolve = resolve); new Promise((resolve) => readyResolve = resolve);
client.login(config.token).then(async () => { client.login(config.token).then(async () => {
success("should be a valid bot token"); success("valid bot token");
await readyResolve(); await readyResolve();
if (!client.guilds.cache.has("568120814776614924")) { 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"); 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");