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: