chore: fix dockerbuild and add ws props everywhere

This commit is contained in:
iCrawl
2022-07-24 18:49:06 +02:00
parent 41e4e10b48
commit 160487d866
7 changed files with 9 additions and 5 deletions

View File

@@ -22,6 +22,8 @@ jobs:
folder: 'rest'
- package: '@discordjs/voice'
folder: 'voice'
- package: '@discordjs/ws'
folder: 'ws'
runs-on: ubuntu-latest
if: github.repository_owner == 'discordjs'
steps: