client
client copied to clipboard
A Typescript NodeJS library to interact with Discord's API, both Rest and Gateway.
The deno meme is kinda becoming big among the early adopters spheres so i'm asking: is there any plans to port this library to deno in the near future?
Fixes and closes #25
The GitHub link in the readme is to give people on the autogenerated API docs site an easy way to get back to the Github repo. The addition of the...
In [Typescript 3.7](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#the-usedefineforclassfields-flag-and-the-declare-property-modifier) the `declare` keyword was added as a property modifier to specify that an inherited class property should have no initializer. Seems like something in Typescript 4.3 made...