diff --git a/app/ffxiv.py b/app/ffxiv.py index 78d2e079..4108b215 100644 --- a/app/ffxiv.py +++ b/app/ffxiv.py @@ -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="http://na.lodestonenews.com/images/thumbnail.png") + embed.set_author(name="FFXIV API bullshit for %s\nPlayer 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)