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 f451140 commit 29b91d5Copy full SHA for 29b91d5
twitchio/ext/commands/bot.py
@@ -58,7 +58,7 @@
58
logger: logging.Logger = logging.getLogger(__name__)
59
60
61
-class Bot(Mixin[None], Client):
+class Bot(Mixin[Any], Client):
62
"""The TwitchIO ``commands.Bot`` class.
63
64
The Bot is an extension of and inherits from :class:`twitchio.Client` and comes with additonal powerful features for
0 commit comments