add missing new line in embed description
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
This commit is contained in:
parent
3d4a25791f
commit
80d7a35f46
@ -141,7 +141,7 @@ class Player(Model):
|
||||
title="Player",
|
||||
description=(
|
||||
f"{self.username} ([{summary.profile_name}]({summary.url}))\n"
|
||||
f"Deaths: {death_count}"
|
||||
f"Deaths: {death_count}\n"
|
||||
f"Playtime ???"
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user