From 5358e5efd0e04ab81bcefc1d2338fe87bc624987 Mon Sep 17 00:00:00 2001 From: aikaterna Date: Mon, 18 Sep 2017 00:27:09 -0700 Subject: [PATCH] Font list in list command --- imgwelcome/imgwelcome.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/imgwelcome/imgwelcome.py b/imgwelcome/imgwelcome.py index fcd9cba..7e25e1c 100644 --- a/imgwelcome/imgwelcome.py +++ b/imgwelcome/imgwelcome.py @@ -510,7 +510,6 @@ class ImgWelcome: ImageFont.truetype(directory + font_name, size) except: await self.bot.say("I could not find that font file.") - await self.bot.say("```\n \n```") return self.settings[server.id]["FONT"]["NAME_FONT"]["PATH"] = directory + font_name @@ -535,7 +534,6 @@ class ImgWelcome: ImageFont.truetype(directory + font_name, size) except: await self.bot.say("I could not find that font file.") - await self.bot.say("```\n \n```") return self.settings[server.id]["FONT"]["SERVER_FONT"]["PATH"] = directory + font_name @@ -561,7 +559,6 @@ class ImgWelcome: ImageFont.truetype(directory + font_name, size) except: await self.bot.say("I could not find that font file.") - await self.bot.say("```\n \n```") return self.settings[server.id]["FONT"]["WELCOME_FONT"]["PATH"] = directory + font_name