Skip to content

Commit

Permalink
Merge pull request #165 from captbrando/20240903-MinorReportTypoFix
Browse files Browse the repository at this point in the history
Just added a space where one was missing in the embed.
  • Loading branch information
DMcP89 authored Sep 6, 2024
2 parents 2b69575 + 075977c commit dbcc19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harambot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def create_drop_embed(transaction):


def create_add_drop_embed(transaction):
embed = Embed(title="Player Added/ Player Dropped")
embed = Embed(title="Player Added / Player Dropped")
embed.add_field(
name="Owner",
value=transaction["players"]["0"]["player"][1]["transaction_data"][0][
Expand Down

0 comments on commit dbcc19b

Please sign in to comment.