1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-06-21 19:01:02 +00:00

Gateway: Fixed OP chan not having a concrete type

This commit is contained in:
diamondburned (Forefront) 2020-02-25 22:37:26 -08:00
parent 79c4c1caca
commit 220eb5ff42

View file

@ -97,7 +97,7 @@ type Gateway struct {
// If this channel is non-nil, all incoming OP packets will also be sent
// here. This should be buffered, so to not block the main loop.
OP chan Event
OP chan *OP
// Filled by methods, internal use
paceDeath chan error