typecord
v0.4.0
Published
A discord HTTP Interaction library for bots.
Downloads
9
Readme
Typecord
A HTTP Interaction library for bots using the Discord API.
Installation
npm install typecord
Keep in mind, typecord only handles the HTTP interaction part of the bot. You may want to use other libraries like:
- @fuwa/rest or @discordjs/core for making requests to the Discord API
- @discordjs/builders for building different things like embeds, message components etc.
TODO
- add usage examples to todo
- documentation
- attachment support
- other interaction types
- add all imports to index.ts
- create-typecord-app cli