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:
parent
79c4c1caca
commit
220eb5ff42
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue