mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-29 23:00:08 +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__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
command_prefix: PrefixType[BotT],
|
command_prefix: PrefixType[BotT],
|
||||||
help_command: HelpCommand = _default,
|
help_command: Optional[HelpCommand] = _default,
|
||||||
description: Optional[str] = None,
|
description: Optional[str] = None,
|
||||||
**options: Any,
|
**options: Any,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user