From 4e0b8191a20ff23d05c8597a30c1216a5c257cd1 Mon Sep 17 00:00:00 2001 From: vypr Date: Thu, 9 Apr 2020 08:45:34 -0400 Subject: [PATCH] lazy fix for now --- src/handlers/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/commands.py b/src/handlers/commands.py index dc1267f..f93a3d8 100644 --- a/src/handlers/commands.py +++ b/src/handlers/commands.py @@ -87,7 +87,7 @@ class CommandHandler: if args is None: args = [] - if len(args) != required_arguments: + if True: embed = discord.Embed() embed.color = 16723502