@discokit/rest
@discokit/rest
makes it easier to send requests to Discord's REST API (opens in a new tab).
Installation
This package is available within the discokit
package.
import { ... } from "discokit/rest"
💡
For TypeScript Users
The "moduleResolution"
compiler option must be set to either
node16
, nodenext
or bundler
for the import to work.