fix(test): add missing _voice_mode attr to GatewayRunner test stubs
This commit is contained in:
@@ -33,6 +33,7 @@ def _make_runner():
|
||||
from gateway.run import GatewayRunner
|
||||
runner = object.__new__(GatewayRunner)
|
||||
runner.adapters = {}
|
||||
runner._voice_mode = {}
|
||||
return runner
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user