developing-djs

295 threads · Page 6 of 6

Support for Add and Remove Guild Member Role endpoints 14 messages
fringe spire I am talking about <https://discord.com/developers/docs/resources/guild#add-guild-member-role> and <https://discord.com/...
992669466733334589 992677716690206750
Classes instead of types? 24 messages
nocturne burrow Is there a reason d.js uses types instead of classes? Any plans to have classes (or optionally)? It'd be nice not to hav...
992669466733334589 992669520399450232
Bad links in the update guide 1 messages
nocturne burrow The update guide ( https://discordjs.guide/additional-info/changes-in-v14.html ) should not be linking to builder refs t...
992669728218828870
codeBlock function from builders should have its parameters swapped 189 messages
cinder wraith While I understand why it was originally designed this way, I believe it would make more sense for the language paramete...
992669466733334589
rest1.0.0 relies on vulnerable package 16 messages
wide nacelle According to Snyk: https://security.snyk.io/vuln/SNYK-JS-FILETYPE-2958042 File-type (the package) is vulnerable is a fe...
995450905967198378
Sending vs transforming deleteMessageDays 6 messages
drowsy pendant what do you guys think
992677716690206750 992669466733334589
Please what is the basics i must know to be a contributor at discord js 7 messages
hexed surge (ofcourse I learned javascript , i just want know if there are another thing i must know before developing at discord js...
992669466733334589 992669520399450232 995450905967198378
typo in the Gateway Intents page 9 messages
forest sky dunno if it has been reported but there’s a typo in the guide
992669728218828870 992677716690206750
collectorfilter 1 messages
viral rover https://discord.js.org/#/docs/discord.js/main/typedef/CollectorFilter should display (https://github.com/discordjs/disc...
992669647621074975 992677716690206750
Formaters.codeBlock() should add a new line after code 9 messages
undone bramble The `Formatter.codeBlock()` just adds a new line before the code but not after which results in this
992669466733334589
[🪲] Broadcast eval erroring 13 messages
fast wind When trying to boradcast eval anything I'm getting this error, if i give `() => true` for example. I can't find what is ...
992669466733334589
Implementation for something like …Manager.forge from discord.js-light 17 messages
dawn zodiac One of the nicest features of discord.js-light is the ability to use the forge method to quickly construct a partial str...
992669466733334589
Using the PresenceUpdateStatus enum instead of PresenceStatusData 3 messages
serene jetty Hey, I'm wondering why isn't the `PresenceUpdateStatus` enum used instead of `PresenceStatusData` when setting the clien...
992669520399450232 992669466733334589
Are there plans to integrate a cooldown function into discordjs natively? 9 messages
onyx ingot as per title
992669466733334589
Allow ButtonBuilder to be URL or Custom ID only 5 messages
pale tinsel It would be *very* useful if the Button Builder could be either a builder for a URL or a Custom ID. This way, I can set ...
992669466733334589
Add utils like `GuildMember.bannableBy(member)` 35 messages
gilded compass So, we have getters such as `GuildMember#bannable`, `GuildChannel#manageable` etc... that check if the client can ban a ...
992669466733334589
API types command 4 messages
mortal sail Suggestion: Add command to search in discord-api-types to utils bot *if it is possible*
992669520399450232
how is discord.js developed 5 messages
hasty horizon How is discord.js developed? I'm curious. Is discord.js a program that allows bots to communicate with discord itself, o...
992669466733334589
Add a .setTypeOfUser() option of sorts 7 messages
gritty crescent Basically for the User or Member options, make it so there's a method that can filter through real discord users or bots...
992669466733334589 992669520399450232
stable branch isn't up to date 7 messages
spring idol crawl forgot to merge main into stable
992669466733334589
embeds[0][LIST_ITEM_VALUE_REQUIRED] List item values of ModelType are required 1 messages
floral turtle ```js const embed = new EmbedBuilder(); const { title, fields } = data; embed.setTitle(title); embed.set...
992669466733334589
AttachmentBuilder option types 4 messages
fringe spire For the `AttachmentBuilder`, why is the `data` option type `APIAttachment`? It doesn't make sense considering it only us...
992669466733334589
Unformatted code on discord-api-types docs 4 messages
fringe spire It looks like there is a problem here Don't think this is how it's supposed to be is it? Link: <https://discord-api-typ...
992669520399450232 992669647621074975
TypeScript is not narrowing GuildChannel types 33 messages
maiden elbow Here's one for the TS boffins to take a look at The `ChannelType` enum is able to correctly narrow types from the base ...
992669466733334589
v13 backports are still accepted 89 messages
steel bear We still accept v13 backports. v13 is not dead, yet.
992669466733334589
Bug codeblock 4 messages
zinc thunder there is something weird...
995451047726293022 992669647621074975
Why is there undefined under each field in my embed? 4 messages
spiral oxide ```js .addField( '1. Be respectful - You must respect all users, regardless of your liking towards them. Treat oth...
992669466733334589
hello, I have an error when I use §ban 2 messages
modern trench hello, I have an error when I use §ban
992669466733334589
Guild Emojis 34 messages
untold ember add a maximumEmojis field based on the premium level of the guild
992669466733334589
Make Embed.equals usable 21 messages
cinder wraith It seems like the equals method is present on the Embed class, which is not constructable thus making it impossible to c...
992669466733334589
How to make global commands? 5 messages
summer pendant Hello everyone! i was wondering if there is any way to make global /commands? (register commands in all servers) since w...
995450905967198378 992669466733334589
channel.permissionOverwrites.edit passing wrong data 5 messages
spice vale `channel.permissionOverwrites.edit` is passing the resolved data (`resolveId`) to `upsert` instead of the input data.. p...
992669466733334589 992677716690206750
[Suggestion] Embedding images inside modals for Captcha 2 messages
toxic wyvern While it might sound like some servers don't require another Captcha, as a server owner whose name is "CS:GO Israel" I g...
992669466733334589
Ws customizability 37 messages
soft owl We could have a `Client#createWebsocket`, so we could create customized Websockets, for example, if i have a class like ...
992669466733334589
Counting Game Question 2 messages
olive wolf Hey there, so I am making a counting game for my server, and everything is right. Although, I would like to add a system...
992669466733334589
ws wip 18 messages
rose dagger Just creating this thread for people who are interested in the ws package development
995450923776213073
Presence custom status property 1 messages
fringe spire `Presence` could have a property that will probably be a getter searching for the `Custom` activity It could be simple l...
992669466733334589
Export application command name regex on discord.js 15 messages
cinder wraith Would it be possible to export the application command name regex? Not sure where it would fit best but it would be nice...
992669466733334589
Improve errors from shapeshift 579 messages
cinder wraith Today I got an error from `@sapphire/shapeshift` which wasn't very helpful as it didn't say what was wrong. Is it possib...
992669466733334589
RateLimitError & Data does not inculude sublimitTimeout 0 messages
dull hedge Is there a way to have RateLimitErrors be thrown only whenever a sublimit occurs (e.g. 2 channel name changes/10 minutes...
992669466733334589 995450905967198378
Incorrect type for Guild.features 97 messages
cinder wraith So today I noticed that Guild#features is typed as GuildFeature[], however, this seems to be wrong as it doesn't let you...
992669466733334589 992677716690206750
ShardClientUtil using discord.js error 7 messages
fringe spire Around this line: <https://github.com/discordjs/discord.js/blob/main/packages/discord.js/src/sharding/ShardClientUtil.js...
992669466733334589
Default version on docs 19 messages
potent scarab Is there a way I can set for example `v13` as the default version on the docs, because currently, everytime i open the d...
992669647621074975
GameSDK support in dapi-types 44 messages
cold falcon Hey! I saw the old PR about adding support for GameSDK into discord-api-types, and since it's literally dead I was wonde...
992669520399450232 992677716690206750
nameLocalizations and descriptionLocalizations not present after fetching commands 81 messages
urban python Continuation of here: https://discord.com/channels/222078108977594368/682166281826598932/992508476905496576 <@3593334707...
992669466733334589 992677716690206750