From 48b6b7b0fbcbdbe0136ffe613d83d4b7fb4063f5 Mon Sep 17 00:00:00 2001 From: xsnowstorm <118460071+xsnowstorm@users.noreply.github.com> Date: Sun, 15 Oct 2023 11:57:54 +0000 Subject: [PATCH] changed diff_message --- bot/commands/utility/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/commands/utility/version.py b/bot/commands/utility/version.py index e78ae18..9c4664c 100644 --- a/bot/commands/utility/version.py +++ b/bot/commands/utility/version.py @@ -40,5 +40,5 @@ async def execute(self, arguments, message) -> None: .split("\n")[1] ) - embed = Embed(title="Latest commits", description=f"{diff_message}\n{commits}") + embed = Embed(title="Latest commits", description=f"*{diff_message[15:].capitalize()}*\n{commits}") await message.channel.send(embed=embed)