developing-djs

275 threads · Page 6 of 6

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...
discord.js
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...
discord-api-types website
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 ...
discord.js
v13 backports are still accepted 88 messages
steel bear We still accept v13 backports. v13 is not dead, yet.
discord.js
Bug codeblock 4 messages
zinc thunder there is something weird...
collection website
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...
discord.js
hello, I have an error when I use §ban 2 messages
modern trench hello, I have an error when I use §ban
discord.js
Guild Emojis 34 messages
untold ember add a maximumEmojis field based on the premium level of the guild
discord.js
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...
discord.js
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...
REST discord.js
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...
discord.js has pr
Can i add a command that can only be used by a specific ROLE in my server? 4 messages
discord.js
[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...
discord.js
Ws customizability 28 messages
soft owl We could have a `Client#createWebsocket`, so we could create customized Websockets, for example, if i have a class like ...
discord.js
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...
discord.js
ws wip 18 messages
rose dagger Just creating this thread for people who are interested in the ws package development
ws
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...
discord.js
Improve errors from shapeshift 580 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...
discord.js
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...
discord.js has pr
Missing type documentation. 7 messages
website has pr
Voice docs won't load 5 messages
website has pr
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...
discord.js
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...
website
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...
discord-api-types has pr
nameLocalizations and descriptionLocalizations not present after fetching commands 81 messages
urban python Continuation of here: https://discord.com/channels/222078108977594368/682166281826598932/992508476905496576 <@3593334707...
discord.js has pr