This commit is contained in:
Christian Rendina 2020-03-09 02:16:17 +01:00
parent c759ddab76
commit 63932c224a
1 changed files with 0 additions and 4 deletions

View File

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