We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8ac79 commit 2292278Copy full SHA for 2292278
twitchio/client.py
@@ -3606,7 +3606,7 @@ async def multi_subscribe(
3606
Cannot subscribe when no Conduit is associated with this Client.
3607
"""
3608
if not self._conduit_info.conduit:
3609
- raise MissingConduit("Unable to subscribe as a Conduit has not beed associated with %r.", self)
+ raise MissingConduit("Unable to subscribe as a Conduit has not been associated with %r.", self)
3610
3611
if wait:
3612
return await self._multi_sub(subscriptions, stop_on_error=stop_on_error)
0 commit comments