discord-interactions-js icon indicating copy to clipboard operation
discord-interactions-js copied to clipboard

Include all Data Models & Types (js)

Open medallyon opened this issue 3 years ago • 1 comments

I use this somewhat extensively throughout my project and I thought it would be neat to flesh out this library with all of the data models & types found at the discord docs. I don't know typescript so if this looks useful, someone would have to make an effort to translate that code and remove any redundancies. Thanks.

medallyon avatar Feb 28 '21 18:02 medallyon

Well this library only provides enums related to interactions, and functions for validating request signature headers (if you're using interactions over outgoing web-hooks). So this repo won't be a good place to add all the data models and types. If you or anyone are looking for typings, maybe this repo may help.

J-Human avatar Jun 01 '21 00:06 J-Human

Thanks for the PR! But I do think this is the kind of thing we want to leave to discord-api-types.

JustinBeckwith avatar May 17 '24 19:05 JustinBeckwith