chore: audit & remove tspattern (#256)

* chore: move import

* build: remove ts pattern

* fix: forgot to convert to switch

* fix workflow

* refactor: lift function out of readyHandler

* refactor: clean up errTap signature

* fix: sern emitter emitting wrong payload

* wa

* style: space

* chore: remove old errTap

* chore:bump discord.js

* chore: eslint format
This commit is contained in:
Jacob Nguyen
2023-03-17 16:30:27 -05:00
committed by GitHub
parent 0a53a48521
commit a3064aa915
11 changed files with 2066 additions and 2497 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- recursive: true
args: [--strict-peer-dependencies]
- run: pnpm install
- run: pnpm build
- run: pnpm build:prod
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}