Kinect3000
DIdiscord.js - Imagine ❄
•Created by ChainsawXIV on 1/16/2025 in #djs-questions
messageCreate isn't firing
And this is being logged in the ready event?
25 replies
DIdiscord.js - Imagine ❄
•Created by ChainsawXIV on 1/16/2025 in #djs-questions
messageCreate isn't firing
Can you check the guilds cache?
25 replies
DIdiscord.js - Imagine ❄
•Created by ChainsawXIV on 1/16/2025 in #djs-questions
messageCreate isn't firing
You would need to cast or use the type guard
25 replies
DIdiscord.js - Imagine ❄
•Created by ChainsawXIV on 1/16/2025 in #djs-questions
messageCreate isn't firing
It’s a property of guild channels
25 replies
DIdiscord.js - Imagine ❄
•Created by ChainsawXIV on 1/16/2025 in #djs-questions
messageCreate isn't firing
In the ready event, can you log
discord_client.channels.cache.get(<"channel_id">).viewable
?25 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
Unless you were on a much older version that had fetchReply, but didn’t return anything w/o fetchReply
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
Not that you needed fetchReply in the first place
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
InteractionResponse is only returned when you don’t enable withResponse and withReply
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
That’s just how the reply method behaves
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
How?
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
!
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
Actually, just don’t enable anything
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
Is there an error?
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
Warning went away?
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
Can you run the bot with the trace-deprecation flag? i.e.
node --trace-deprecation index.js
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
It’s easier just to use the project-wide search bar if on VSC
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
You don’t have any other command?
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
The warning shows any time you use fetchReply for the first time when running the code
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
Are you sure you aren’t using fetchReply elsewhere?
43 replies
DIdiscord.js - Imagine ❄
•Created by Serqeevich on 1/14/2025 in #djs-questions
How to properly use "fetchReply" in Discord.js Interaction API?
Are you sure you aren’t using fetchReply elsewhere?
43 replies