From 075977cd0278f44e961840e8046f67396e79fbf4 Mon Sep 17 00:00:00 2001 From: "Branden R. Williams" Date: Tue, 3 Sep 2024 08:17:59 -0500 Subject: [PATCH] Just added a space where one was missing in the embed. --- harambot/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harambot/utils.py b/harambot/utils.py index bc9f4ae..9cea7f8 100644 --- a/harambot/utils.py +++ b/harambot/utils.py @@ -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][