Russia
Russia
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
i guess
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
nothing was "saved" even though it was saved
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
i think i might have gotten it working
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
oh god one sec
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
idk
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
uhm
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
HEres my full index.js with that bit,
// Require the necessary discord.js classes
const { Client, Events, GatewayIntentBits } = require('discord.js');
const { token } = require('./config.json');

// Create a new client instance
const client = new Client({ intents: [GatewayIntentBits.Guilds] });

// When the client is ready, run this code (only once)
// We use 'c' for the event parameter to keep it separate from the already defined 'client'
client.once(Events.ClientReady, c => {
console.log(`Ready! Logged in as ${c.user.tag}`);
});

// Log in to Discord with your client's token
client.login(token);

client
.on("debug", console.log)
.on("warn", console.log)
// Require the necessary discord.js classes
const { Client, Events, GatewayIntentBits } = require('discord.js');
const { token } = require('./config.json');

// Create a new client instance
const client = new Client({ intents: [GatewayIntentBits.Guilds] });

// When the client is ready, run this code (only once)
// We use 'c' for the event parameter to keep it separate from the already defined 'client'
client.once(Events.ClientReady, c => {
console.log(`Ready! Logged in as ${c.user.tag}`);
});

// Log in to Discord with your client's token
client.login(token);

client
.on("debug", console.log)
.on("warn", console.log)
nothing differnt happened
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
ive made sure all the packages are installed and its the right file
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/22/2023 in #djs-questions
Weird issues with different computers
so nothing shows up in the terminal when i run it. Normally it does the whole "Bot is ready" thing but when i type node . nothing happens
16 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/20/2023 in #djs-questions
Bot not coming online
im just gonna give up at this point thanks for the help guys
20 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/20/2023 in #djs-questions
Bot not coming online
followed the code perfectly, still not working
20 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/20/2023 in #djs-questions
Bot not coming online
That did not change anything
20 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/20/2023 in #djs-questions
Bot not coming online
also if you have any ideas here
20 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/20/2023 in #djs-questions
Bot not coming online
the OneDrive thing is the only thing i can think of affecting the files not working
20 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/20/2023 in #djs-questions
Bot not coming online
Yeah i just like reset everything with a new set of files and the same thing is popping up
20 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/20/2023 in #djs-questions
Bot not coming online
20 replies
DIAdiscord.js - Imagine an app
Created by Russia on 7/20/2023 in #djs-questions
Bot not coming online
there doesnt seem to be an issue with this, the only thing i can think of being wrong is when i set up the node project, i have to cd it to my onedrive, and then my desktop. if i just do cd desktop it says i cant find it
20 replies