refactor!: use AsyncEventEmitter instead of EventEmitter (#10710)

BREAKING CHANGE: The `BaseClient`, `Shard`, `ShardingManager`, and `Collector` classes now extend `AsyncEventEmitter` instead of `EventEmitter`.
This commit is contained in:
Almeida
2025-01-23 09:20:05 +00:00
committed by GitHub
parent aa90f00d11
commit 687e2ae672
9 changed files with 78 additions and 132 deletions

3
pnpm-lock.yaml generated
View File

@@ -940,6 +940,9 @@ importers:
'@sapphire/snowflake':
specifier: 3.5.5
version: 3.5.5
'@vladfrangu/async_event_emitter':
specifier: ^2.4.6
version: 2.4.6
discord-api-types:
specifier: ^0.37.114
version: 0.37.114