Typecord
A HTTP Interaction library for bots using the Discord API.
Installation
``
bash
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