banana ✿
banana ✿
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/10/2024 in #djs-questions
Shard takes too long to get ready
i just added the log, it doesn't print anything
15 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/10/2024 in #djs-questions
Shard takes too long to get ready
got it
15 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/10/2024 in #djs-questions
Shard takes too long to get ready
it's not turning on because it stops at shard 0 took too long
15 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/10/2024 in #djs-questions
Shard takes too long to get ready
it doesnt come online
15 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/10/2024 in #djs-questions
Shard takes too long to get ready
this is the uwu client file
15 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/10/2024 in #djs-questions
Shard takes too long to get ready
15 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/10/2024 in #djs-questions
Shard takes too long to get ready
oh that's just my client file:
require("dotenv").config();

const UwUClient = require("./structures/UwUClient.js");

const client = new UwUClient();
client.login();
require("dotenv").config();

const UwUClient = require("./structures/UwUClient.js");

const client = new UwUClient();
client.login();
15 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/10/2024 in #djs-questions
Shard takes too long to get ready
here:
require("dotenv").config();
const { ShardingManager } = require("discord.js");
const token = process.env.NODE_ENV == "development" ? process.env.TOKEN_DEV : process.env.TOKEN;

const manager = new ShardingManager("./src/index.js", { token });

manager.on("shardCreate", (shard) => {
console.log(`Launched shard ${shard.id}`);
});

manager.spawn();
require("dotenv").config();
const { ShardingManager } = require("discord.js");
const token = process.env.NODE_ENV == "development" ? process.env.TOKEN_DEV : process.env.TOKEN;

const manager = new ShardingManager("./src/index.js", { token });

manager.on("shardCreate", (shard) => {
console.log(`Launched shard ${shard.id}`);
});

manager.spawn();
15 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
any ideas why
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
it seems like it happens on broadcastEval
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
update: the bot still works but this error still occurs
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
thank you
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
ahh, i see
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
in the future
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
but if i encounter such an error
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
i dont think i need a fix anymore since it seems to be starting
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
what would be some fixes in that case
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
ah
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
if i run my bot locally, do i need any sort of port forwarding for it tow ork properly
22 replies
DIAdiscord.js - Imagine a bot
Created by banana ✿ on 5/4/2024 in #djs-questions
ERR_IPC_CHANNEL_CLOSED
a general question
22 replies