Bold and truncate the boss spawn percents

This commit is contained in:
Luke Robles 2024-11-04 08:50:11 -08:00
parent 3ff6af1b22
commit 7313f24816

View File

@ -271,7 +271,7 @@ class Tarkov(commands.Cog):
.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)