1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-19 16:40:29 +00:00
arikawa/gateway
Hamza Ali 0d7774bd6a
gateway: Skip unknown events while reconnecting (#255)
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
2021-08-03 18:00:31 -07:00
..
shard shard: Unwrap Shard in ForEach 2021-06-24 21:20:58 -07:00
commands.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
events.go gateway: change InteractionOption.Value to json.Raw, add helper methods 2021-08-03 09:07:09 -07:00
events_map.go Discord: Add basic support for slash commands 2021-01-27 10:44:14 -08:00
gateway.go gateway: Skip unknown events while reconnecting (#255) 2021-08-03 18:00:31 -07:00
identify.go Gateway: Made Shard field empty for default 2020-12-30 23:43:08 -08:00
integration_test.go shard: Remake shard manager (#226) 2021-06-14 15:22:55 -07:00
intents.go shard: Remake shard manager (#226) 2021-06-14 15:22:55 -07:00
op.go gateway: Skip unknown events while reconnecting (#255) 2021-08-03 18:00:31 -07:00
perseverance_test.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
ready.go discord, gateway: Add IsPending to Member & SupplementalMember (#231) 2021-06-17 13:40:57 -07:00