No description
  • TypeScript 100%
Find a file
2023-10-03 16:49:40 +02:00
src feat: autocomplete support 2023-09-24 21:09:15 +02:00
.editorconfig fix: imports not working properly 2023-09-16 20:34:18 +02:00
.eslintignore fix: imports not working properly 2023-09-16 20:34:18 +02:00
.eslintrc.json fix: imports not working properly 2023-09-16 20:34:18 +02:00
.gitignore fix: imports not working properly 2023-09-16 20:34:18 +02:00
.npmignore fix: add github and types file to package.json, and .npmignore 2023-09-23 11:32:42 +02:00
.prettierrc.json fix: imports not working properly 2023-09-16 20:34:18 +02:00
package-lock.json 0.5.0 2023-09-24 21:09:17 +02:00
package.json 0.5.0 2023-09-24 21:09:17 +02:00
README.md fix: add notice about attachments to readme 2023-10-03 16:49:40 +02:00
tsconfig.json button and most select menu components 2023-09-21 16:57:26 +02:00

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:

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