Skip to content

Commit

Permalink
[Discord] Improve brawlhalla player command formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jul 30, 2023
1 parent 9d285c4 commit b11713f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Discord/cogs/brawlhalla.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ async def player(self, ctx, name: SteamID64, legend: str | None = None):
)
return
await ctx.embed_reply(
f"{ctx.bot.error_emoji} {legend} information for {stats['name']} not found"
f"{ctx.bot.error_emoji} "
f"{legend} information for {stats['name']} not found"
)
else:
await ctx.embed_reply(
Expand Down

0 comments on commit b11713f

Please sign in to comment.