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))