diff --git a/redbot/core/help_formatter.py b/redbot/core/help_formatter.py index 5df24d87d..b8e4bf031 100644 --- a/redbot/core/help_formatter.py +++ b/redbot/core/help_formatter.py @@ -341,8 +341,7 @@ async def help(ctx, *cmds: str): embed=ctx.bot.formatter.simple_embed( ctx, title='Command "{0.name}" has no subcommands.'.format(command), - color=ctx.bot.formatter.color, - author=ctx.author.display_name)) + color=ctx.bot.formatter.color)) else: await destination.send( ctx.bot.command_has_no_subcommands.format(command)