Finbar
Finbar
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
thanks for the help
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
ill try keeping it on 14.14.1 for now
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
¯\_(ツ)_/¯
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
it seems stupid to have to supply a boolean enabling something instead of just checking if it was supplied
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
would this not work on the older version?
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
Would just this be fine?
const nonce = SnowflakeUtil.generate().toString();
await channel.send({ content: `<@${member.id}>`, embeds: [embed], nonce });
const nonce = SnowflakeUtil.generate().toString();
await channel.send({ content: `<@${member.id}>`, embeds: [embed], nonce });
When I try to implement enforceNonce: true I get a typescript error: TS2353: Object literal may only specify known properties, and  enforceNonce  does not exist in type  MessagePayload | MessageCreateOptions 
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
interesting thankyou
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/4/2024 in #djs-questions
Strange behavior with selectively sending multiple embeds
No description
16 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
i feel like new users will have a hard time finding what they need unless they know exactly what theyre looking for
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
is there another way to view all properties and methods in a condensed list without scrolling?
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
but in the new new documentation its entirely removed as far as i can see
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
even in the "new old" documentation its there
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
im saying the list at the top of the page with all properties and methods
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
im not talking about that
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
but i still dont understand why this was removed
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
¯\_(ツ)_/¯
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
so new packages is an excuse to make bulkier documentation?
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
i mean you're literally not documenting something that exists
26 replies
DIAdiscord.js - Imagine an app
Created by Finbar on 6/1/2023 in #djs-questions
<Collection>#get not documented?
thats what i thought but omitting extended class methods seems illogical
26 replies