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