Danial Raza
Danial Raza
@almeidx > Why are there 2 functions for each list type? Couldn't you add a parameter for the indentation (number) instead? That's a good question, I'll work on this change,...
> Do you think the same should be done for headings? A level parameter that accepts either 1, 2, or 3? Just got done with this, as for the multi-dimensional...
Can you update the documentation for the list of intents as well with the intent required intent for this event?
- https://github.com/discord/discord-api-docs/pull/6398#issuecomment-1709522367 > Can you update the documentation for the list of intents as well with the intent required intent for this event? @MinnDevelopment Could you do this please?
There also seems to be `dm_spam_detected_at` and `raid_detected_at` fields, could you please document those as well?
I don't think changes like these are needed especially when the new guide is in the works.
What about https://srcshare.io/? They also have an API: https://api.wornoffkeys.com/v1/srcshare
> That link's broken for me. Yeah, not sure what that's about but I've used it, I just made a fetch request, something like this: ```js fetch("https://api.wornoffkeys.com/v1/srcshare", { method: "POST",...
I can add it real quick, I'll be going with [React Icons](https://react-icons.github.io/react-icons/)
Pretty sure that issue shows [the documentation](https://discord.js.org/docs/packages/discord.js/main) and we wouldn't want to make it easier for people to copy-paste code, they aren't supposed to do that. They should follow the...