Remove debug line
This commit is contained in:
parent
cbb30cb2e9
commit
420f1a62ab
|
@ -767,7 +767,6 @@ 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 = str(player_json["current_vibe"])
|
vibes = str(player_json["current_vibe"])
|
||||||
vibes = int(vibes[0])
|
vibes = int(vibes[0])
|
||||||
vibe = vibe_check(vibes)
|
vibe = vibe_check(vibes)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user