alternativeanglez
alternativeanglez
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
thx
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
thats prob why i didnt spot it
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
i didnt get an error
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
LOL
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
oh gg
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
only thing I can think of is discord ristricts new accounts from being able to view message content
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
const { Client, GatewayIntentBits, Events, MessageType } = require('discord.js');
const fs = require('node:fs').promises
const client = new Client({ intents: [GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers, GatewayIntentBits.Guilds]})




client.on(Events.messageCreate, message => {
console.log("Hi");
});
client.on(Events.ClientReady, async clientReady => {
console.log("ready");

})




client.login("")
const { Client, GatewayIntentBits, Events, MessageType } = require('discord.js');
const fs = require('node:fs').promises
const client = new Client({ intents: [GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers, GatewayIntentBits.Guilds]})




client.on(Events.messageCreate, message => {
console.log("Hi");
});
client.on(Events.ClientReady, async clientReady => {
console.log("ready");

})




client.login("")
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
has admin perms
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
yes
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
np lol
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
it is in a server
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
I'm using a new account for my bot though maybe that's why?
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
server join
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
and
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
onready works
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
yes
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
.
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
const client = new Client({ intents: [GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers, GatewayIntentBits.Guilds]})
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
No description
36 replies
DIAdiscord.js - Imagine a boo! 👻
Created by alternativeanglez on 2/27/2024 in #djs-questions
MessageCreate event not firing
They are enabled in portal
36 replies