ProphecyOak
ProphecyOak
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/12/2024 in #djs-questions
How to access older posts in a forum channel?
and my fetch doesnt go past it
6 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/12/2024 in #djs-questions
How to access older posts in a forum channel?
splits up the posts in the relevant forum channel
6 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/12/2024 in #djs-questions
How to access older posts in a forum channel?
No description
6 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
I needed the User partial
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
@NyR I have solved it
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
and its on an outdated version
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
but others weren't able to reproduce it
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
this seems to be related
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
well ill keep experimenting then
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
alright
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
as far as i can tell
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
yep
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
there is no response at all from the event listener
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
It does not
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
const client = new Client({
intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMessageReactions],
partials: [Partials.Message, Partials.Channel, Partials.Reaction],
});
const client = new Client({
intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMessageReactions],
partials: [Partials.Message, Partials.Channel, Partials.Reaction],
});
23 replies
DIAdiscord.js - Imagine a bot
Created by ProphecyOak on 4/11/2024 in #djs-questions
Way to listen for MessageReactionRemove when the messages aren't cached
as far as I can tell I have enabled them
23 replies