Light Weight Version of DiscordJS
Hey, I’m building out a website + Discord bot and for my use case, I want to use some elements of Discord JS such as channel types, permission bitfields etc
If I only need a small subset of the features of DiscordJS like what was listed above, not the full client code, are there any recommended libraries for that or should I just install the full DiscordJS?
6 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
If you only need the types you could just install
discord-api-types
Thanks for the suggestion on that, it's pretty close to what I'm looking for the only thing is I think it's missing is permissions bitfield - use case for that is shown in this screenshot where it's displaying what the highest permission of that server the user has
That wouldn't be too hard to make a copy of though
If its just that I think you can implement it yourself
👍 sounds good thanks for the help