lazy fix for now
This commit is contained in:
parent
f146524f70
commit
4e0b8191a2
@ -87,7 +87,7 @@ class CommandHandler:
|
|||||||
if args is None:
|
if args is None:
|
||||||
args = []
|
args = []
|
||||||
|
|
||||||
if len(args) != required_arguments:
|
if True:
|
||||||
embed = discord.Embed()
|
embed = discord.Embed()
|
||||||
|
|
||||||
embed.color = 16723502
|
embed.color = 16723502
|
||||||
|
Loading…
Reference in New Issue
Block a user