build: bump discord-api-types to 0.37.113

This commit is contained in:
Jiralite
2024-12-22 21:58:29 +00:00
parent 90ed51e06e
commit 8760fde9ff
11 changed files with 181 additions and 123 deletions

View File

@@ -196,7 +196,6 @@ export class Client extends AsyncEventEmitter<MappedEvents> {
this.api = new API(rest);
this.gateway.on(WebSocketShardEvents.Dispatch, (dispatch, shardId) => {
// @ts-expect-error event props can't be resolved properly, but they are correct
this.emit(dispatch.t, this.toEventProps(dispatch.d, shardId));
});
}