Skip to content

v2.3.3

Compare
Choose a tag to compare
@eritbh eritbh released this 21 Oct 17:47
· 2 commits to main since this release

Changes

  • The minimum supported Eris version is now 0.17. Older versions may continue to work for non-Typescript consumers. (#84)
    • The exported ClientEvents interface has been changed to follow the new format for event typings used by Eris. See also abalabahaha/eris#1242.
    • Since Eris.Client no longer implements Eris.ClientOptions, Yuuko's Client also no longer implements its ClientOptions. Yuuko's ClientOptions still extends Eris.ClientOptions.
  • EventListener#args is now deprecated. (#84)