mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-15 02:09:49 +00:00
[commands] Type BotBase.help_command as Optional
This commit is contained in:
parent
6cf7c4a7d7
commit
47cb7d03ec
@ -151,7 +151,7 @@ class BotBase(GroupMixin[None]):
|
||||
def __init__(
|
||||
self,
|
||||
command_prefix: PrefixType[BotT],
|
||||
help_command: HelpCommand = _default,
|
||||
help_command: Optional[HelpCommand] = _default,
|
||||
description: Optional[str] = None,
|
||||
**options: Any,
|
||||
) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user