Sp4rkleGl!tch
Sp4rkleGl!tch
DIAdiscord.js - Imagine an app
Created by Sp4rkleGl!tch on 6/1/2024 in #djs-questions
Intents.
const { Client, Events, GatewayIntentsBits } = require('discord.js');
const { token } = require('./config.json');

const client = new Client({ intents: [GatewayIntentsBits.GUILD] });

client.once(Events.ClientReady, readyClient => {
console.log(`Ready! Logged in as ${readyClient.user.tag}`);
});

client.login(token);
const { Client, Events, GatewayIntentsBits } = require('discord.js');
const { token } = require('./config.json');

const client = new Client({ intents: [GatewayIntentsBits.GUILD] });

client.once(Events.ClientReady, readyClient => {
console.log(`Ready! Logged in as ${readyClient.user.tag}`);
});

client.login(token);
6 replies
DIAdiscord.js - Imagine an app
Created by Sp4rkleGl!tch on 6/1/2024 in #djs-questions
Intents.
No description
6 replies
DIAdiscord.js - Imagine an app
Created by Sp4rkleGl!tch on 6/1/2024 in #djs-questions
Intents.
No description
6 replies
DIAdiscord.js - Imagine an app
Created by Sp4rkleGl!tch on 6/1/2024 in #djs-questions
Intents.
No description
6 replies
DIAdiscord.js - Imagine an app
Created by Sp4rkleGl!tch on 6/1/2024 in #djs-questions
Intents
Ill look into that
8 replies
DIAdiscord.js - Imagine an app
Created by Sp4rkleGl!tch on 6/1/2024 in #djs-questions
Intents
Ohw yay, thanx
8 replies
DIAdiscord.js - Imagine an app
Created by Sp4rkleGl!tch on 6/1/2024 in #djs-questions
Intents
do u have an updated tutorial
8 replies
DIAdiscord.js - Imagine an app
Created by Sp4rkleGl!tch on 6/1/2024 in #djs-questions
Intents
No description
8 replies