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 8953b0f commit 3c775aaCopy full SHA for 3c775aa
twitchio/exceptions.py
@@ -52,7 +52,7 @@ class TwitchioException(Exception):
52
class HTTPException(TwitchioException):
53
"""Exception raised when an HTTP request fails.
54
55
- This exception can be raised anywhere the :class:`twitchio.Client` or :class:`twitchio.commands.ext.Bot`
+ This exception can be raised anywhere the :class:`twitchio.Client` or :class:`twitchio.ext.commands.Bot`
56
is used to make a HTTP request to the Twitch API.
57
58
Attributes
0 commit comments