Skip to content

Commit

Permalink
[Info] change placing
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 16, 2024
1 parent 2dd5ab6 commit 825b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ async def _command_info(self, ctx: commands.Context, command: commands.CommandCo
async with ctx.typing():
view: CommandView = CommandView(ctx, command)
embeds: List[discord.Embed] = []
embeds.append(await view._make_embed())
if (embed := await view._get_downloader_info()) and self.cache.get_downloader_info():
embeds.append(embed)
embeds.append(await view._make_embed())
_out: discord.Message = await ctx.send(
embeds=embeds,
view=view,
Expand Down

0 comments on commit 825b4dc

Please sign in to comment.