From 1aac18e3cf9a5366aecd03d6407669ee0d2199d9 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 30 Nov 2017 20:22:21 +0100 Subject: [PATCH] Hide personal shitposting commands --- Shitpost.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shitpost.py b/Shitpost.py index f7d493c..72c5f61 100644 --- a/Shitpost.py +++ b/Shitpost.py @@ -16,7 +16,7 @@ class Shitpost(object): def __check(self, ctx): #Todo: Is dit het shitpost kanaal? return True - @commands.command(pass_context=True, hidden=False) + @commands.command(pass_context=True, hidden=True) @asyncio.coroutine def mark(self, ctx, boven: str, onder: str): """Maakt een mark meem. @@ -42,7 +42,7 @@ class Shitpost(object): print("No permission to delete message") yield from ctx.channel.send(ctx.author.mention, embed=em) - @commands.command(pass_context=True, hidden=False) + @commands.command(pass_context=True, hidden=True) @asyncio.coroutine def eriku(self, ctx, boven: str, onder: str): """Maakt een erik meem. @@ -69,7 +69,7 @@ class Shitpost(object): yield from ctx.channel.send(ctx.author.mention, embed=em) - @commands.command(pass_context=True, hidden=False) + @commands.command(pass_context=True, hidden=True) @asyncio.coroutine def zout(self, ctx, boven: str, onder: str): """Maakt een martijn-zout meem.