mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-12-05 11:57:20 +00:00
This change skips events that are unknown while the bot reconnects. This is an event that is particularly rare as it requires unimplemented events being called in the time before a bot's HELLO -> RESUME events are called. This change explicitly returns unknown events as a special time defined in wsutil/op.go and ignores them from reaching gateway/op.go |
||
|---|---|---|
| .. | ||
| shard | ||
| commands.go | ||
| events.go | ||
| events_map.go | ||
| gateway.go | ||
| identify.go | ||
| integration_test.go | ||
| intents.go | ||
| op.go | ||
| perseverance_test.go | ||
| ready.go | ||