just some formatting
This commit is contained in:
parent
756dc35a7a
commit
e4e9eec9b3
@ -61,7 +61,13 @@ def make_request(name, server):
|
||||
embed.add_field(name="XP to level up", value=xp_to_level_up, inline=True)
|
||||
embed.add_field(name="Race", value=character['Race']['Name'], inline=True)
|
||||
if character['GrandCompany']['Company']:
|
||||
embed.add_field(name="Grand Company", value="%s of the %s" % (grand_company['Rank']['Name'], grand_company['Company']['Name']), inline=False)
|
||||
embed.add_field(
|
||||
name="Grand Company",
|
||||
value="%s of the %s" % (
|
||||
grand_company['Rank']['Name'],
|
||||
grand_company['Company']['Name']),
|
||||
inline=False
|
||||
)
|
||||
else:
|
||||
embed.add_field(name="Grand Company", value="Not in a Grand Company", inline=False)
|
||||
if player_blob['FreeCompany']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user