monbrey
monbrey
DIAdiscord.js - Imagine an app
Created by kermiot $ on 11/17/2024 in #djs-questions
selectmenu dont working
command will always be undefined on a non-command interaction
9 replies
DIAdiscord.js - Imagine an app
Created by kermiot $ on 11/17/2024 in #djs-questions
selectmenu dont working
else if (!interaction.isCommand() && command?.onInteraction)
This will never work
9 replies
DIAdiscord.js - Imagine an app
Created by eveeifyeve on 11/16/2024 in #djs-questions
TS Bot Handlers not running with correct envs
why does your execute method return a function...
44 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
A higher level handler is fine to catch the ones youve missed
36 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
I mean, you can propagate errors upwards, but generally catching at the source will give you the best granularity and information to debug
36 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
nope
36 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
You can catch the error at the promise that throws it
36 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
no you dont
36 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
Thats how that works
36 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
Yes, your errors should be handled
36 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/13/2024 in #djs-questions
Why are my embeds not sent but Files are?
ahh right
32 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/13/2024 in #djs-questions
Why are my embeds not sent but Files are?
Ive always just passed it directly as body
32 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/13/2024 in #djs-questions
Why are my embeds not sent but Files are?
huh, thats odd
32 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/13/2024 in #djs-questions
Why are my embeds not sent but Files are?
Yeah
32 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/13/2024 in #djs-questions
Why are my embeds not sent but Files are?
doubt
32 replies
DIAdiscord.js - Imagine an app
Created by LukeZ on 11/13/2024 in #djs-questions
Why are my embeds not sent but Files are?
payload_json is not a valid property of the body? Where did yoiu get that from
32 replies
DIAdiscord.js - Imagine an app
Created by aw0k3n on 11/7/2024 in #djs-questions
AuditLogEvent.ChannelUpdate getting logs for only 1 channel and not all channels
Does your bot have the necessary permissions for secret2?
6 replies
DIAdiscord.js - Imagine an app
Created by Patrick_Bateman on 11/5/2024 in #djs-questions
Read and scrapy an embed
You can fix it by removing the line that I said does something you dont want it to do
9 replies
DIAdiscord.js - Imagine an app
Created by Patrick_Bateman on 11/5/2024 in #djs-questions
Read and scrapy an embed
9 replies
DIAdiscord.js - Imagine an app
Created by Patrick_Bateman on 11/5/2024 in #djs-questions
Read and scrapy an embed
We have an entire documentation site and guide
9 replies