mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Bump version to 3.0.0rc3 (#2367)
Also updated some dependencies, including discord.py. Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
@@ -148,5 +148,5 @@ class VersionInfo:
|
||||
)
|
||||
|
||||
|
||||
__version__ = "3.0.0rc2"
|
||||
__version__ = "3.0.0rc3"
|
||||
version_info = VersionInfo.from_str(__version__)
|
||||
|
||||
@@ -145,7 +145,7 @@ class Command(CogCommandMixin, commands.Command):
|
||||
|
||||
@property
|
||||
def parents(self) -> List["Group"]:
|
||||
"""List[Group] : Returns all parent commands of this command.
|
||||
"""List[commands.Group] : Returns all parent commands of this command.
|
||||
|
||||
This is sorted by the length of :attr:`.qualified_name` from highest to lowest.
|
||||
If the command has no parents, this will be an empty list.
|
||||
|
||||
Reference in New Issue
Block a user