From 63932c224a33a7173c46613a5efe3d89422866d3 Mon Sep 17 00:00:00 2001 From: Arves100 Date: Mon, 9 Mar 2020 02:16:17 +0100 Subject: [PATCH] Fix --- inline.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inline.py b/inline.py index 0ead9ff..0fca492 100644 --- a/inline.py +++ b/inline.py @@ -92,10 +92,6 @@ class InlineBot: self.config.read("config.ini") def __makeCommands(self): - cmd = Command() - - # def __init__(self, name, desc, mode, hf): - self.commands.append(Command("Pony", "yay, ponies!", "imageurl", "imageurl")) self.commands.append(Command("Clop", "NSFW ponies", "imageurl", "imageurl")) self.commands.append(Command("Furry", "Furries", "imageurl", "imageurl"))