diff --git a/the_prestige.py b/the_prestige.py index adaf3ba..1e0f242 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -768,7 +768,7 @@ def build_star_embed(player_json): embedstring += "⚪️" embed.add_field(name=starkeys[key], value=embedstring, inline=False) vibes = str(player_json["current_vibe"]) - vibes = int(vibes[0]) + vibes = float(vibes[0]) vibe = vibe_check(vibes) embed.add_field(name="Vibe", value=vibe, inline=False) return embed