Browse Source

[commands] Rename it to Context.send_help for consistency.

pull/1990/head
Rapptz 6 years ago
parent
commit
cc3b6bdd72
  1. 4
      discord/ext/commands/context.py

4
discord/ext/commands/context.py

@ -223,8 +223,8 @@ class Context(discord.abc.Messageable):
g = self.guild
return g.voice_client if g else None
async def show_help(self, *args):
"""show_help(entity=<bot>)
async def send_help(self, *args):
"""send_help(entity=<bot>)
|coro|

Loading…
Cancel
Save