mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
let end user do server
This commit is contained in:
@@ -109,10 +109,7 @@ export async function startBigBrainBot(data: BigBrainBotConfig) {
|
||||
);
|
||||
|
||||
// PROXY DOESNT NEED US SPAWNING SHARDS
|
||||
if (data.wsPort) {
|
||||
// Need HTTP Server to listen to proxy
|
||||
console.log("TODO: make http");
|
||||
} else {
|
||||
if (!data.wsPort) {
|
||||
// Initial API connection to get info about bots connection
|
||||
botGatewayData = await getGatewayBot();
|
||||
proxyWSURL = botGatewayData.url;
|
||||
|
||||
Reference in New Issue
Block a user