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

Add a zero-width space if there is no value to use

This commit is contained in:
Phxntxm 2017-03-09 22:33:27 -06:00
parent 6928c13cfd
commit e5e1ef7638

View file

@ -148,6 +148,10 @@ class Picarto:
for i, result in data.items():
if i in things_to_print:
result = str(result)
if not result:
result = '\u200B'
embed.add_field(name=i, value=result)
# Social URL's can be given if a user wants them to show