From 9c281c6d7fb06bc2ae0678a03d41ac70769d60ea Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Mon, 11 Jun 2018 01:55:14 -0800 Subject: [PATCH] hide print_infections --- src/exts/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exts/fun.py b/src/exts/fun.py index 7833e1f..7765ddf 100644 --- a/src/exts/fun.py +++ b/src/exts/fun.py @@ -57,7 +57,7 @@ class Fun: else: await ctx.send(f'{member.display_name} is not infected...') - @commands.command() + @commands.command(hidden=True) @commands.is_owner() async def print_infections(self, ctx): await ctx.author.send(f'```{self.bot.infected}```')