From 191a48ce9f65bcef0b07c1418ea6e04e532cceda Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Thu, 9 Mar 2017 22:36:29 -0600 Subject: [PATCH] Pretty print the title --- cogs/picarto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/picarto.py b/cogs/picarto.py index 32ac5ab..1e09216 100644 --- a/cogs/picarto.py +++ b/cogs/picarto.py @@ -148,6 +148,7 @@ class Picarto: for i, result in data.items(): if i in things_to_print and str(result): + i = i.title().replace('_', ' ') embed.add_field(name=i, value=str(result)) # Social URL's can be given if a user wants them to show