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 c437ebd commit aba936fCopy full SHA for aba936f
twitchio/ext/commands/bot.py
@@ -47,7 +47,7 @@
47
48
from .components import Component
49
50
- PrefixT: TypeAlias = str | Iterable[str] | Callable[["Bot", ChatMessage], Coroutine[Any, Any, str | Iterable[str]]]
+ PrefixT: TypeAlias = str | Iterable[str] | Callable[["Bot", "ChatMessage"], Coroutine[Any, Any, str | Iterable[str]]]
51
52
53
logger: logging.Logger = logging.getLogger(__name__)
0 commit comments