From b6d651376563c5bf2afdb42dc67f9f47ecf4c331 Mon Sep 17 00:00:00 2001 From: annihilator708 Date: Sun, 20 May 2018 22:44:35 +0200 Subject: [PATCH] Remove on purpose broke command --- src/cogs/upload.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/cogs/upload.py b/src/cogs/upload.py index 9385161..e149ad1 100644 --- a/src/cogs/upload.py +++ b/src/cogs/upload.py @@ -78,11 +78,5 @@ class Upload: else: await ctx.send(f'Loaded `{extension}`.') - @commands.command() - async def gitserver(self, ctx): - """Pull latest commits, TMP until we have a solution""" - if ctx.author.id not in self.bot.ownerlist: - return await ctx.send('Only my creator can use me like this :blush:', delete_after=1) - def setup(bot): bot.add_cog(Upload(bot)) \ No newline at end of file