chore(Types): include @discordjs/voice typings (#5941)

Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
Amish Shah
2021-06-29 18:44:45 +01:00
committed by GitHub
parent 5ad83a6a65
commit 63a8df1c1f
8 changed files with 1216 additions and 1229 deletions

View File

@@ -20,7 +20,8 @@ jobs:
node-version: 14
- name: Install dependencies
run: npm ci
# Remove --no-optional after Node 16 upgrade
run: npm ci --no-optional
- name: Build and deploy documentation
uses: discordjs/action-docs@v1