No description
- TypeScript 100%
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| .npmignore | ||
| .prettierrc.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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(impossible with http interactions)- other interaction types
- add all imports to index.ts
- create-typecord-app cli
- typed events