|
@ -261,6 +261,8 @@ class Context(discord.abc.Messageable): |
|
|
if cmd is None: |
|
|
if cmd is None: |
|
|
return None |
|
|
return None |
|
|
|
|
|
|
|
|
|
|
|
cmd = cmd.copy() |
|
|
|
|
|
cmd.context = self |
|
|
if len(args) == 0: |
|
|
if len(args) == 0: |
|
|
await cmd.prepare_help_command(self, None) |
|
|
await cmd.prepare_help_command(self, None) |
|
|
mapping = cmd.get_bot_mapping() |
|
|
mapping = cmd.get_bot_mapping() |
|
|