remove external packages

This commit is contained in:
annihilator708
2018-05-20 22:29:14 +02:00
parent aee2876f7e
commit bc8344d064
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -83,6 +83,6 @@ class Upload:
"""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))