I'm trying to send a value and a text message through a discord webhook message, but I can't get it to work.
value = 10
embed = DiscordEmbed(title="boxing tracker", description="boxing wins for lwlwlwlwlwlwlw: " + value, color="03b2f8")
I want the output of the description to be boxing wins for lwlwlwlwlwlwlw: 10
.
I've tried different methods such as using [value]
and a comma between the value and the string, but it doesn't work.