Bold and truncate the boss spawn percents

This commit is contained in:
Luke Robles 2024-11-04 08:50:11 -08:00
parent 005a6c0ae2
commit 63b408943f

View File

@ -271,7 +271,7 @@ class Tarkov(commands.Cog):
.text.split("%") .text.split("%")
) )
embed.add_field(name="Spawn Chance", value=f"**{spawn_chance}**, inline=False) embed.add_field(name="Spawn Chance", value=f"**{spawn_chance}**", inline=False)
await ctx.send_followup(embed=embed) await ctx.send_followup(embed=embed)