Solo™
Solo™
DIAdiscord.js - Imagine an app
Created by Aiwoz on 10/23/2023 in #djs-questions
Logs - Discordjs
<:orange_smile:976628301256867900>
16 replies
DIAdiscord.js - Imagine an app
Created by Aiwoz on 10/23/2023 in #djs-questions
Logs - Discordjs
sadboi
16 replies
DIAdiscord.js - Imagine an app
Created by Aiwoz on 10/23/2023 in #djs-questions
Logs - Discordjs
hmm, shit, then audit logs only
16 replies
DIAdiscord.js - Imagine an app
Created by Aiwoz on 10/23/2023 in #djs-questions
Logs - Discordjs
If the sessionID remains the same, the user switched channels on their own.
16 replies
DIAdiscord.js - Imagine an app
Created by Aiwoz on 10/23/2023 in #djs-questions
Logs - Discordjs
compare the sessionID property of the oldState and newState maybe
16 replies
DIAdiscord.js - Imagine an app
Created by Aiwoz on 10/23/2023 in #djs-questions
Logs - Discordjs
Oh my
16 replies
DIAdiscord.js - Imagine an app
Created by QuackVanguard on 10/23/2023 in #djs-questions
What is the problem
JoobiShrug
10 replies
DIAdiscord.js - Imagine an app
Created by QuackVanguard on 10/23/2023 in #djs-questions
What is the problem
@cheemscord
10 replies
DIAdiscord.js - Imagine an app
Created by QuackVanguard on 10/23/2023 in #djs-questions
What is the problem
Handle intents is by using the Intents class, not GatewayIntentBits
10 replies
DIAdiscord.js - Imagine an app
Created by QuackVanguard on 10/23/2023 in #djs-questions
What is the problem
right?
10 replies
DIAdiscord.js - Imagine an app
Created by QuackVanguard on 10/23/2023 in #djs-questions
What is the problem
const { Client, Intents } = require('discord.js');
const config = require('./config');
const intents = new Intents(3276799);
const bot = new Client({ intents });

bot.login(config.token);

bot.on("ready", async () => {
console.log(`${bot.user.tag}`);
});
const { Client, Intents } = require('discord.js');
const config = require('./config');
const intents = new Intents(3276799);
const bot = new Client({ intents });

bot.login(config.token);

bot.on("ready", async () => {
console.log(`${bot.user.tag}`);
});
10 replies
DIAdiscord.js - Imagine an app
Created by QuackVanguard on 10/23/2023 in #djs-questions
What is the problem
Doesn't look like it
10 replies