From e3f7bc6703ec59e16f652c73300aa795101f2831 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sun, 3 Jan 2021 22:52:27 -0500 Subject: [PATCH] Added debug messages --- the_prestige.py | 1 + 1 file changed, 1 insertion(+) diff --git a/the_prestige.py b/the_prestige.py index e519b07..5eb8456 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -736,6 +736,7 @@ def build_team_embed(team): return embed def vibe_check(vibes): + print(vibes) if vibes < -0.8: vibe_text = "Honestly Terrible" elif vibes < -0.4 and vibes > -0.8: