From 0db17ce83828d034bd32b7902fa158f1481fab44 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 22:57:57 -0500 Subject: [PATCH] needs more debug --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index 1e0f242..6dd627a 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 = float(vibes[0]) + print(vibes) vibe = vibe_check(vibes) embed.add_field(name="Vibe", value=vibe, inline=False) return embed