Skip to content
On this page

Changelog

Release 1.2.2

  • Fixed clock not resuming after pause

Release 1.2.1

  • Fixed error when client calls function-like event

Release 1.2.0

  • Added Ratelimit utility function
  • Events no longer need to be defined, client methods return promises instead of yielding
  • Single Call Optimization added, if an event is only called once in a frame, two bytes are saved

Release 1.1.0

  • Added warning when using undefined identifier on the client
  • Added Collection utility function

Release 1.0.0

  • Initial Release