Remove on purpose broke command
This commit is contained in:
parent
bc8344d064
commit
b6d6513765
@ -78,11 +78,5 @@ class Upload:
|
|||||||
else:
|
else:
|
||||||
await ctx.send(f'Loaded `{extension}`.')
|
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):
|
def setup(bot):
|
||||||
bot.add_cog(Upload(bot))
|
bot.add_cog(Upload(bot))
|
||||||
Loading…
x
Reference in New Issue
Block a user