txlyre 6 天之前
父节点
当前提交
5ced9ff83a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -1128,7 +1128,7 @@ async def wand_handler(bot, event, command):
 
     program = command.args_string
 
-    if not is_wsp and program:
+    if is_wsp or program:
         err, image = await wandscript(image, program)
 
         if err is None: