Skip to content

Commit

Permalink
changed diff_message
Browse files Browse the repository at this point in the history
  • Loading branch information
xsnowstorm committed Oct 15, 2023
1 parent 0510f1e commit 48b6b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/commands/utility/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 48b6b7b

Please sign in to comment.