Bold and truncate the boss spawn percents
This commit is contained in:
parent
3ff6af1b22
commit
7313f24816
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user