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