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"))