debug,debug,debug...
This commit is contained in:
parent
e3f7bc6703
commit
779e6058f0
|
@ -767,6 +767,7 @@ def build_star_embed(player_json):
|
||||||
elif starnum == 0: # why check addhalf twice, amirite
|
elif starnum == 0: # why check addhalf twice, amirite
|
||||||
embedstring += "⚪️"
|
embedstring += "⚪️"
|
||||||
embed.add_field(name=starkeys[key], value=embedstring, inline=False)
|
embed.add_field(name=starkeys[key], value=embedstring, inline=False)
|
||||||
|
print(player_json)
|
||||||
vibes = int(player_json["current_vibe"])
|
vibes = int(player_json["current_vibe"])
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user