Gwubby
Gwubby
DIAdiscord.js - Imagine an app
Created by Gwubby on 1/15/2024 in #djs-questions
word filtering
dope that worked ty
8 replies
DIAdiscord.js - Imagine an app
Created by Gwubby on 1/15/2024 in #djs-questions
word filtering
13.17.1
const client = new Client({
intents: [
Intents.FLAGS.GUILDS,
Intents.FLAGS.GUILD_MESSAGES,
Intents.FLAGS.GUILD_MESSAGE_REACTIONS,
],
});
const client = new Client({
intents: [
Intents.FLAGS.GUILDS,
Intents.FLAGS.GUILD_MESSAGES,
Intents.FLAGS.GUILD_MESSAGE_REACTIONS,
],
});
8 replies
DIAdiscord.js - Imagine an app
Created by Gwubby on 1/15/2024 in #djs-questions
word filtering
node version 21.5.0
8 replies