1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Corrected the name of social links

This commit is contained in:
Phxntxm 2017-03-09 22:28:34 -06:00
parent d6b1b8bc49
commit 6928c13cfd

View file

@ -154,7 +154,7 @@ class Picarto:
# Print them if they exist, otherwise don't try to include them
social_links = data.get('social_urls')
for i, result in data['social_links'].items():
for i, result in data['social_urls'].items():
embed.add_field(name=i, value=result)
await ctx.send(embed=embed)