1
0
Fork 0
mirror of synced 2024-06-03 11:14:33 +12:00

Pretty print the title

This commit is contained in:
Phxntxm 2017-03-09 22:36:29 -06:00
parent 6a6ae6683d
commit 191a48ce9f

View file

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