/denoify-dapi-types

Create Deno compatible version of discordjs/discord-api-types repo.

Primary LanguageJavaScript

Denoify Discord-API-Types

This repo contains script to Denoify Discord API Types.

Getting started

  • Clone this repo.
  • Clone the discord-api-types repo to repo dir.
  • Run node main.js
  • A new dir deno will be created with deno-compatible types
  • Use deno run deno.ts to check if types are working.