needs more debug
This commit is contained in:
parent
e73810024f
commit
0db17ce838
|
@ -768,7 +768,7 @@ def build_star_embed(player_json):
|
||||||
embedstring += "⚪️"
|
embedstring += "⚪️"
|
||||||
embed.add_field(name=starkeys[key], value=embedstring, inline=False)
|
embed.add_field(name=starkeys[key], value=embedstring, inline=False)
|
||||||
vibes = str(player_json["current_vibe"])
|
vibes = str(player_json["current_vibe"])
|
||||||
vibes = float(vibes[0])
|
print(vibes)
|
||||||
vibe = vibe_check(vibes)
|
vibe = vibe_check(vibes)
|
||||||
embed.add_field(name="Vibe", value=vibe, inline=False)
|
embed.add_field(name="Vibe", value=vibe, inline=False)
|
||||||
return embed
|
return embed
|
||||||
|
|
Loading…
Reference in New Issue
Block a user