From 22832ff6fda0a81475f286bdbc94617d98681c0f Mon Sep 17 00:00:00 2001 From: vypr Date: Thu, 9 Apr 2020 08:46:56 -0400 Subject: [PATCH] oops --- 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 f93a3d8..722b5f0 100644 --- a/src/handlers/commands.py +++ b/src/handlers/commands.py @@ -87,7 +87,7 @@ class CommandHandler: if args is None: args = [] - if True: + if False: embed = discord.Embed() embed.color = 16723502