chore(Deps): update discord-api-types to 0.19.0 (#6147)

This commit is contained in:
Vlad Frangu
2021-07-20 02:15:42 +03:00
committed by GitHub
parent 77784aca43
commit 76888e6c1b
3 changed files with 9 additions and 9 deletions

2
typings/index.d.ts vendored
View File

@@ -29,7 +29,7 @@ import {
GatewayVoiceServerUpdateDispatchData,
GatewayVoiceStateUpdateDispatchData,
Snowflake,
} from 'discord-api-types/v8';
} from 'discord-api-types/v9';
import { EventEmitter } from 'events';
import { Stream } from 'stream';
import * as WebSocket from 'ws';