developing-djs

275 threads · Page 3 of 6

phrasing issue for configuration portion of guide 27 messages
karmic ridge theres a typo in this portion of the guide, saying that users can input environment variables in the command line https...
guide
Mistake in the guide 3 messages
lethal patrol Hello I found in https://discordjs.guide/slash-commands/permissions.html#member-permissions that it says ``For a kick c...
guide
Add a way to know when a collector with idle will end 14 messages
cinder wraith Currently there is no way to tell when a collector with an idle option will end and afaik there is no way to get that in...
discord.js has pr
Type inconsistency on GuildScheduledEventManager.fetch? 9 messages
solar grotto The documentation (Image 1) says `GuildScheduledEventManager.fetch` returns `Promise <(GuildScheduledEvent|Collection <S...
discord.js
request event on REST non-existent 8 messages
karmic ridge This is stemming from <https://discord.com/channels/222078108977594368/824411059443204127/1058102199323992134>, `request...
REST guide has pr
addChannelTypes() channels parameter on SlashCommandChannelOption inconsistent 21 messages
karmic ridge The type for the `addChannelTypes` channels parameter on the `SlashCommandChannelOption` in the builders package is inco...
discord.js has pr
stickerCreate event fires multiple times 10 messages
delicate knot I have this code: ```js client.on(Events.GuildStickerCreate, async (sticker) => { console.log(`Sticker created: ${stic...
discord.js
Do we really need the setActivity, setStatus shortcuts? 6 messages
junior elk we already have setPresence and these methods just split them up, quite a few users don't realize that these methods mak...
discord.js
How RTC works 21 messages
twilit pagoda Hi, I was wondering how the RTC connection was made and the talk he make to accept the connection and send data. I alre...
discord.js
Add User.fetched? 6 messages
mortal sail Some property to know if user was force fetched e.g when checking for banner
discord.js
Adding client.stickers 17 messages
rain oar What about adding client.stickers in a similar way as .emojis.
discord.js
will be right 'ua' 15 messages
west hull Instead of `uk`
website
Add a comment for await wait(4000) 11 messages
soft geode Some people don't understand that `await wait(4000)` is only for example of a Promise and use it everywhere. I think you...
guide
Select Menus 16 messages
digital marten Role, channel, user, etc. Select Menus in the form of categories can come to DJS
discord.js
Is there any possiblitty about in v15 discord.js drop support of CJS 4 messages
magic plinth Is there any possiblitty about in v15 discord.js drop support of CJS and switch to ESM?
discord.js
Inconsistencies with XOptions and XData typedefs 10 messages
fringe spire I noticed that there are some inconsistencies with these `_Options` and `_Data` typedefs Take these 3 for example: 1. `G...
discord.js has pr
Docs failing to fetch and Guide not working 6 messages
unique minnow Cant load docs website or guide website Docs: Failed to fetch (Screenshot) Guide: DNS_PROBE_FINISHED_NXDOMAIN *Might ...
guide website
Very useful suggestions, for medium-big bots, which worry not to hit api ratelimtis 12 messages
worthy comet For every fetch message add a `fetchEvery: delayInMs` What I mean? stuff like guild.members.fetch() are oftenly used. >...
discord.js
Typo in the guide 2 messages
soft geode Should be `client.ws.shards.get(id).ping` <https://discordjs.guide/popular-topics/faq.html#how-do-i-check-the-bot-s-pin...
guide has pr
Missing extends for old Select Menu types 7 messages
fringe spire <https://discord.js.org/#/docs/discord.js/main/class/SelectMenuBuilder> <https://discord.js.org/#/docs/discord.js/main/c...
discord.js has pr
Backport new select menus to version 13 18 messages
mortal sail > continuation of <#937420598383108167> - how to leave old SELECT_MENU type with new one ( `STRING_SELECT` )
discord.js has pr
Add channel getter to the Webhook class 22 messages
fringe spire I see `Webhook#channelId` exists, but `Webhook#channel` does not. Shouldn't there be a getter for this, or is there a re...
discord.js has pr
New select Menu 5 messages
hybrid sedge Hello, I would like to know how we can use the new Discord select menu (I already have the DEV version) Thanks !
discord.js
setToken() vs login() 36 messages
strange cloud I was reading D.js files and I realized that the client.login() method has some extra comprobations that do not happen i...
REST discord.js
guild.members.unban and guild.bans.remove 5 messages
acoustic beacon Why is there `guild.members.unban`? It is the same thing of `guild.bans.remove` https://github.com/discordjs/discord.js/...
discord.js
Should rest and collection externals point to discordjs.dev docs? 12 messages
fringe spire I think the discord.js rest and collection externals in the docs (example: ImageURLOptions) should point to the discordj...
REST discord.js website
What is the ui package for? 10 messages
hasty tulip https://npmjs.com/@discordjs/ui seems to be a private repo and it seems like there is something going on in https://gith...
discord.js
ImageURLOptions typedef link is broken 3 messages
upper badge It leads to an empty page
REST discord.js website
Where is the contribution policy? (If there is one) 9 messages
pale creek Hello! I'm just wondering if there's any kind of contribution policy, and if there is where is it? 😄 Thanks :D
discord.js guide website
Return status code regardless of what it is 25 messages
wheat minnow Looking through `@discord.js/rest` it seems like it doesn't actually return the `statuscode` if it isn't a 2XX, although...
REST
[suggestion] changing the return type for events 65 messages
warped laurel I've only noticed the MessageCreate event but the return type for it is `Promise<void>`. I suggest changing it to `Promi...
discord.js
Exporting a set of client events tokens 5 messages
hollow ibex Hey. If a user wants to listen to every event the client emits, they either have to bind manually to every single event...
discord.js
`ImageURLOptions` docs issue 2 messages
gray trellis The ImageURLOptions mentioned for avatarURL method and when I click on it the new page is completely empty. Link: https:...
REST website
docs search doesn't work for top level functions 2 messages
fringe spire I saw this reported a long time ago, but it doesn't seem to be fixed. The search on the discord.js docs doesn't search f...
website
Inheritance Tree feature for docs 2 messages
fringe spire Someone in support was asking for which classes extend `BaseInteraction`. Seeing the "inheritance tree" would be kind of...
website
discord-api-types.dev search broken? 5 messages
fringe spire <https://discord-api-types.dev/> No matter what I type in the search box, it says that there are no results found. Is th...
website
How do I make cogs using Discord.js 5 messages
sterile marsh Hello I'm new to Discord.js and I can’t find where to make cogs.
discord.js
testing local changes 4 messages
ivory fiber im expirementing with contributing and I was wondering what's the easiest way for me to test my changes? I've never real...
discord.js
New select menus 57 messages
glossy socket Is anyone already working on adding https://github.com/discordjs/discord-api-types/pull/602 to d.js or can I do this?
discord.js
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? ...
discord.js
Tip color 3 messages
mortal sail Tip as green looks horrible with blurple theme So, should it be changed?
guide
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
discord.js
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...
discord.js has pr
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...
website
Issue with parseEmoji 22 messages
drifting hamlet ~~Add an top level function to convert: \<:dtypes:978751874591232080> to an `APIMessageComponentEmoji`~~
discord.js has pr
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...
discord.js
(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...
discord.js ws
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...
guide
(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'...
discord.js
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...
discord.js