hide view_code

release-1.0.0
DustyP 8 years ago
parent dc51b4e6b6
commit f11f53ac81

@ -194,7 +194,7 @@ class Admin:
else: else:
await ctx.send('This command must be run from inside a guild.') await ctx.send('This command must be run from inside a guild.')
@commands.command() @commands.command(hidden=True)
@commands.is_owner() @commands.is_owner()
async def view_code(self, ctx, code_name): async def view_code(self, ctx, code_name):
pag = utils.Paginator(self.bot, prefix='```py', suffix='```') pag = utils.Paginator(self.bot, prefix='```py', suffix='```')

Loading…
Cancel
Save