mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-01-20 15:12:59 -05:00
Reformat with Black 22.1.0
This commit is contained in:
@@ -93,7 +93,7 @@ class Context(DPYContext):
|
||||
return await super().send(content=content, **kwargs)
|
||||
|
||||
async def send_help(self, command=None):
|
||||
""" Send the command help message. """
|
||||
"""Send the command help message."""
|
||||
# This allows people to manually use this similarly
|
||||
# to the upstream d.py version, while retaining our use.
|
||||
command = command or self.command
|
||||
@@ -360,7 +360,6 @@ if TYPE_CHECKING or os.getenv("BUILDING_DOCS", False):
|
||||
def me(self) -> discord.Member:
|
||||
...
|
||||
|
||||
|
||||
else:
|
||||
GuildContext = Context
|
||||
DMContext = Context
|
||||
|
||||
Reference in New Issue
Block a user