mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
[commands] Missing an extra ] in the documented return type.
This commit is contained in:
parent
dd84773f45
commit
4ca934eb22
@ -598,7 +598,7 @@ class HelpCommand:
|
||||
|
||||
Parameters
|
||||
------------
|
||||
mapping: Mapping[Optional[:class:`Cog`], List[:class:`Command`]
|
||||
mapping: Mapping[Optional[:class:`Cog`], List[:class:`Command`]]
|
||||
A mapping of cogs to commands that have been requested by the user for help.
|
||||
The key of the mapping is the :class:`~.commands.Cog` that the command belongs to, or
|
||||
``None`` if there isn't one, and the value is a list of commands that belongs to that cog.
|
||||
|
Loading…
x
Reference in New Issue
Block a user