developing-djs

295 threads · Page 3 of 6

Moving many members to vocie 0 messages
glossy basalt Hey i have a code i need help with. I'm using discord v12 sadly, i dont wanna update it due difficulties of rewriting ev...
992669466733334589
Why isn't resolveColor a static function? 8 messages
dark helm Why isn't resolveColor a static function? shouldn't it be?
992669466733334589
Documentation suggestion for classes that inherit other classes 0 messages
fallen vortex Would be nice if the inherited class properties, methods, and events are shown in a dropdown so it can be easier to find...
992669647621074975
send method in GuildMember has explanation text and example for channel 13 messages
thorny musk https://discord.js.org/#/docs/discord.js/main/class/GuildMember?scrollTo=send it should DM the user instead, no?
992669647621074975
Migrating from zlib-sync to fast-zlib 39 messages
little lion I have a working branch of using `fast-zlib` as a replacement of `zlib-sync`. I would prefer to get an official blessing...
995450923776213073 992669466733334589
I could be wrong, but there isn't any enum typings for Permissions, they are still strings 6 messages
vital forum I could be wrong, but there isn't any enum typings for Permissions, they are still strings. Things like ButtonStyle and ...
992669466733334589
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...
992669728218828870
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...
992669728218828870
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...
992669466733334589 992677716690206750
Type inconsistency on GuildScheduledEventManager.fetch? 9 messages
solar grotto The documentation (Image 1) says `GuildScheduledEventManager.fetch` returns `Promise <(GuildScheduledEvent|Collection <S...
992669466733334589
request event on REST non-existent 8 messages
karmic ridge This is stemming from <https://discord.com/channels/222078108977594368/824411059443204127/1058102199323992134>, `request...
995450905967198378 992669728218828870 992677716690206750
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...
992669466733334589 992677716690206750
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...
992669466733334589
Why is getSubcommand's `required` set to true by default 1 messages
junior elk every other getX's required is set to false by default
992669466733334589
Do we really need the setActivity, setStatus shortcuts? 5 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...
992669466733334589
How to set symbols in activity for Discord.js bots 1 messages
warm kernel Hi I'm setting the activity of the bot via `this.client.user.setActivity` and I am trying to include symbols such as `▲...
992669466733334589
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...
992669466733334589
Add User.fetched? 6 messages
mortal sail Some property to know if user was force fetched e.g when checking for banner
992669466733334589
Adding client.stickers 19 messages
rain oar What about adding client.stickers in a similar way as .emojis.
992669466733334589
is v13 now outdated? 1 messages
ripe ore I Need Answer
992669466733334589
will be right 'ua' 14 messages
west hull Instead of `uk`
992669647621074975
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...
992669728218828870
Select Menus 15 messages
digital marten Role, channel, user, etc. Select Menus in the form of categories can come to DJS
992669466733334589
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?
992669466733334589
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...
992669466733334589 992677716690206750
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 ...
992669728218828870 992669647621074975
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. >...
992669466733334589
With what is the website build? 1 messages
rocky light Hey just a quick question about the Website. I can't really find where the website is located in the repository... But I...
992669647621074975
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...
992669728218828870 992677716690206750
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...
992669466733334589 992677716690206750
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` )
992669466733334589 992677716690206750
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...
992669466733334589 992677716690206750
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 !
992669466733334589
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...
995450905967198378 992669466733334589
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/...
992669466733334589
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...
995450905967198378 992669466733334589 992669647621074975
What is the ui package for? 9 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...
992669466733334589
ImageURLOptions typedef link is broken 3 messages
upper badge It leads to an empty page
995450905967198378 992669466733334589 992669647621074975
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
992669466733334589 992669728218828870 992669647621074975
Return status code regardless of what it is 24 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...
995450905967198378
[suggestion] changing the return type for events 68 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...
992669466733334589
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...
992669466733334589
`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:...
995450905967198378 992669647621074975
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...
992669647621074975
Make WebSocketShard.lastPingTimestamp publicly accessible 0 messages
cinder wraith I was looking at the WebSocketShard class's properties today and I wanted to use lastPingTimestamp in my code for debugg...
992669466733334589 992677716690206750
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...
992669647621074975
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...
992669647621074975
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.
992669466733334589
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...
992669466733334589
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?
992669466733334589