developing-djs

295 threads · Page 4 of 6

No partial channel caching on events 2 messages
fringe spire I noticed that discord.js does not cache channels on events, even with the Channel partial. Is there a reason for this? ...
992669466733334589
Tip color 3 messages
mortal sail Tip as green looks horrible with blurple theme So, should it be changed?
992669728218828870
update v13-lts tag for v13.12.0 8 messages
astral blaze when installing discord.js via discord.js@v13-lts it only installs v13.11.0 instead of the current latest v13.12.0
992669466733334589
Why does fetchFlags exist 5 messages
fringe spire The `fetchFlags` method, found on `User` and `UserManager` are simply fetching the user and getting `.flags`. This seems...
992669466733334589 992677716690206750
discordjs.dev - no such file or directory 5 messages
sullen cape I receive an error while attempting to access a page on https://discordjs.dev **Error**: ```ENOENT: no such file or dir...
992669647621074975
Issue with parseEmoji 22 messages
drifting hamlet ~~Add an top level function to convert: \<:dtypes:978751874591232080> to an `APIMessageComponentEmoji`~~
992669466733334589 992677716690206750
Issues with setPosition() 10 messages
desert creek Set position can cause discord api error even without inputting an invalid position. The issue lies with https://github...
992669466733334589
(RFC) Detect zombie connection based on latency updates 21 messages
drifting hamlet Some users are complaining about undetected zombie connections, what about measuring ping updates like, if the websocket...
992669466733334589 995450923776213073
(Meta-RFC) Ability to tie issues to a discord-dev discussion! 0 messages
drifting hamlet > Disclaimer: I'm talking about issues here but this feature should extend to PRs and maybe Discussions ## Part 1: Dete...
992669466733334589
Tracking invites 7 messages
mortal sail What u think about adding a tracking invites guide? 1. Somehow oft asked question 2. Its api spam 3. Much code for a gui...
992669728218828870
(RFC) Add unused Intents warning 33 messages
drifting hamlet My suggestion is to add some type of warning (Maybe in debug only) when a user subscribe the client to a Intent and don'...
992669466733334589
How to put multiple images on an embed? 13 messages
dull niche Hello guys. I made a lil bot which check the rarity of an nft. I want to use rarity.image but if I don't put it on .setI...
992669466733334589
Should getTextInputValue have required overrides similar to command options? 7 messages
upper ice In developing some workflows that rely on modal interactions, I'm coming across, what I believe are, typing inconsistenc...
992669466733334589
Incompatible types on MessageManager 5 messages
cinder wraith Bringing back this issue https://github.com/discordjs/discord.js/issues/8545 as it is really important. I currently see ...
992669466733334589
Issues with undici request and fetch 21 messages
drifting hamlet Randoms `connection_timeout` errors regarding undici, possibly linked to sharding
995450905967198378 992669466733334589
GuildForumThreadCreateOptions.message is invalid type 7 messages
fringe spire <https://discord.js.org/#/docs/discord.js/main/typedef/GuildForumThreadCreateOptions> Why would message be able to take...
992669466733334589 992677716690206750
Partials enum is plural 3 messages
fringe spire Is there a reason the `Partials` enum is plural? I thought enums in djs v14 were supposed to be singular. Even the guide...
992669466733334589
Internal sharding support for docker swarm? 16 messages
clever rune Utilizing internal sharding with the help of docker swarm would become beneficial and easier with the option of replicas...
992669466733334589
Add an explanation to sweepers 14 messages
drifting hamlet Those are useful and rather forward functions that can highly reduce the memory usage of a bot, my idea is to explain ho...
992669728218828870
New site packages, add discord-api-types 20 messages
drifting hamlet ### <https://discordjs.dev/docs/packages> Why not add a reference to the DTypes too? I know its a different package but...
992677716690206750 992669647621074975
any plans to make slash command deployment more opinionated or ergonomic? 8 messages
onyx ingot So we don’t have to copy paste a lot of code like in the example in the guide
992669466733334589 992669728218828870
Why was MessageEmbed.length removed? 34 messages
tranquil nebula It was a genuinely useful feature, being able to access the full length of an embed without having to check each individ...
992669466733334589 992677716690206750
Nodejs readable stream body support in REST? 36 messages
mint fossil Is it by design that readable stream objects (as a body) are buffered before sending the request via undici (<https://gi...
995450905967198378
How are Multiple PRs generally handled? 6 messages
light lintel the question isn't directly related to djs but to the procedure of merging PRs in djs • if a "topic" already has a PR, ...
992669466733334589
Escape forum markdown with escapeMarkdown 12 messages
gilded compass It would be fantastic to escape all the markdown available in forum posts with the existing function `escapeMarkdown` ex...
992669466733334589 992677716690206750
[Suggestion] informative modals pop-ups 4 messages
dusky moth Currently adding a title, customId and components is required. Would be cool to have a possibility to create simple pop...
992669466733334589
Automate websocket tests 21 messages
drifting hamlet ## How Mocking REST requests we could make the manager use an localhost websocket, allowing the tests to be perfomed aut...
995450923776213073
Plans for webhook (non-gateway) bots? 10 messages
grand forum Are there any plans for d.js to support webhook (non-gateway) Interactions? Currently making a bot sans gateway with the...
992669466733334589 995450905967198378
Show where something is used 11 messages
fringe spire Is it possible to have a place in the docs to check where a certain class/type/interface is used? It could be the return...
992669647621074975
client.options.intents 24 messages
forest sky wouldn’t be better that `<Client>.options.intents` returns an instance of IntentsBitField instead of just a number?
992669466733334589 992677716690206750
Rest rejecting webhooks post without bot token 2 messages
gilded compass I'm trying to execute a webhook using the REST package. I didn't install discord.js because executing the webhook is the...
995450905967198378
Why does awaitModalSubmit requires time option? 4 messages
daring burrow I mean there's awaitMessageComponent but time option is optional but why modal?
992669466733334589
Copy button 4 messages
stoic sleet I don't if you can do it or discord does not allow it. The idea is that we can do like a button or a command to copy a s...
992669466733334589
Snowflake Util and Emoji parse 2 messages
hushed flicker I’m not sure if you guys know, but you guys are missing Snowflake Util and the emoji parse
992669466733334589
emojis break when editing embed message 18 messages
quasi tusk I have a bot that is on two servers only, the main server and the server where it contains the emojis, when I use a comm...
992669466733334589
Throw an error if the client tries to fetch all members without having the intent 11 messages
drifting hamlet Currently DJS tries to send the ws package and await responses, the error is thrown when the request timeout (2m), sugge...
992669466733334589
Having trouble running small test script 24 messages
river helm Hi! I've cloned the repo and I'm attempting to add a small test script 'myTestScript' to run with modified WS package co...
995450923776213073
How i can make steam to discord relay 1 messages
toxic hamlet Hi, somebody would be how to make a system of relay steam discord like it connects to a page steam has its get its steam...
992669466733334589 992669647621074975
Headers Timeout Error 2 messages
keen lagoon ```js TypeError: Cannot read properties of undefined (reading 'loadType') at Object.run (C:\Users\rudei\lavamusic-2\...
995450774085709959
Allow „cache“ property when fetching all guild members 4 messages
half folio When fetching a single guild member with `<GuildMemberManager>.fetch` there‘s an option `cache` which sets whether the u...
992669466733334589
Question about developing the guide 8 messages
shadow dagger just a question for the guide, does every highlight mentioning a class or something need a link to the docs page for the...
992669728218828870
Testing modified build manually 30 messages
river helm Hi! I'm attempting to fix an issue in discord/ws and I'd like to build and test it out. I figured out how to build it ...
995450923776213073
interaction typeguards 75 messages
forest sky why did you remove interaction typeguards then re-add them?
992669466733334589
Link to documentation on homepage is broken 7 messages
spiral cosmos When I click "Documentation" on https://discord.js.org/#/ I get taken to https://discord.js.org/#/docs/discord.js/main/g...
992669647621074975
Typo on discordjs.guide website 3 messages
distant ridge Page: https://discordjs.guide/popular-topics/intents.html#enabling-intents End of second dot-point.
992669728218828870 992677716690206750
Builders Should Redirect to discord-api-types 1 messages
undone bramble Builders don't redirect the API types which makes it inconvenient.
992669647621074975
allow addFields to have an array of objects as input 5 messages
north topaz ```js new EmbedBuilder().addFields([{},{}])//cool new EmbedBuilder().addFields(fields)//cool new EmbedBuilder().addFie...
992669466733334589
Documentation link on the top of the guide is pointing to stable on v14 6 messages
drifting hamlet ### The docs link on the top of the guide page of v14 goes to the v13 docs: <https://discord.js.org/#/docs/main/stable/g...
992669728218828870 992677716690206750
(Meta RFC) Making the discord-api-status an announcement channel 12 messages
drifting hamlet So it can be cross-posted, seeing that is a really well developed feature!! (Not possible)
992669466733334589
Forum support 3 messages
fast plover What is the status of forum support in discord.js?
992669466733334589