lazy fix for now

This commit is contained in:
vypr 2020-04-09 08:45:34 -04:00
parent f146524f70
commit 4e0b8191a2

View File

@ -87,7 +87,7 @@ class CommandHandler:
if args is None:
args = []
if len(args) != required_arguments:
if True:
embed = discord.Embed()
embed.color = 16723502