changing embed thumbnail to be the lodestone icon
This commit is contained in:
parent
3aec722897
commit
83aba83095
@ -50,7 +50,7 @@ def make_request(name, server):
|
||||
|
||||
|
||||
embed = discord.Embed(description=character['Name'], color=0x428bca, type="rich")
|
||||
embed.set_author(name="FFXIV API bullshit for %s, player ID: %s" % (character['Name'], character['ID']), icon_url=character['Avatar'])
|
||||
embed.set_author(name="FFXIV API bullshit for %s, player ID: %s" % (character['Name'], character['ID']), icon_url="http://na.lodestonenews.com/images/thumbnail.png")
|
||||
embed.set_thumbnail(url=class_icon)
|
||||
embed.add_field(name="Current Class", value="%s - Lvl: %s" % (current_class_name, current_class_level), inline=True)
|
||||
embed.add_field(name="XP to level up", value=xp_to_level_up, inline=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user