From 1f641f6ebf097d3901408e241b797839ad94960e Mon Sep 17 00:00:00 2001 From: Irdumb Date: Thu, 7 Apr 2016 11:36:29 +1000 Subject: [PATCH] cleanup non-needed stuffs --- cogs/customcom.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cogs/customcom.py b/cogs/customcom.py index ca2ea9848..d33624d3c 100644 --- a/cogs/customcom.py +++ b/cogs/customcom.py @@ -20,9 +20,6 @@ class CustomCommands: Example: !addcom yourcommand Text you want """ - if text == (): - await send_cmd_help(ctx) - return server = ctx.message.server content = ctx.message.content chars = (len(ctx.prefix), len(ctx.invoked_with), len(command)) @@ -47,9 +44,6 @@ class CustomCommands: Example: !editcom yourcommand Text you want """ - if text == (): - await send_cmd_help(ctx) - return server = ctx.message.server content = ctx.message.content chars = (len(ctx.prefix), len(ctx.invoked_with), len(command))