Skip to content

[Alpha] 0.0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@DonovanDMC DonovanDMC released this 02 Sep 12:23
· 786 commits to dev since this release
7edecd5
  • strictPropertyInitialization compiler option added, this will prevent most unexpected missing property errors
  • The client property is now publicly accessible for all Base based classes
  • ForumChannel's lastThread is now properly updated
  • A more specific error was added when a token is not prefixed with Bot while connecting to gateway
  • The tsafe & debug dependencies were removed
  • emit debug instead of error for gateway disconnects out of our control (code 1001 and 1006) (#1)
  • various internal properties were changed from being conventionally private (_ prefix) to being properly private (# prefix)
  • Client#application & Client#user will now give more useful errors if they are not present
  • The build files & docs were removed from the github repository
  • Embed properties are now camelCased
  • Installing from github will now build the module locally on your computer (see build.js)