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
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Parogo_72
Parogo_722y ago
If you only need the types you could just install discord-api-types
Rhys
Rhys2y ago
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
Rhys
Rhys2y ago
That wouldn't be too hard to make a copy of though
Parogo_72
Parogo_722y ago
If its just that I think you can implement it yourself
Rhys
Rhys2y ago
👍 sounds good thanks for the help