Skip to content

v1.0.2

Compare
Choose a tag to compare
@danirod danirod released this 14 Aug 09:13
· 60 commits to trunk since this release

This is a little maintenance release before I start working on testing support for Discord.js 13.

It adds a sample bot to assert that the library works. I will benefit from it by using it to quickly test that everything works before releasing a new version, or while trying to fix a bug, and you are encouraged to use it as a test case before reporting a bug if you are unsure whether the bug is on my library or in your code. It also serves as a more functional example of how to use the library.

Features

  • add E2E test to live check the lib works (6178ee4)

Bug Fixes

  • ci: only test index.spec.ts (01a18fb)