Skip to content

Commit 63b4aa6

Browse files
committed
Fix a bug with Upload Image to Discord effect
1 parent 0469e49 commit 63b4aa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elements/Vixio/-Vixio-code.sk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ effect:
2121
upload (image|img) %object% [with ([(format|file)] type|[file] format) %-string%] [with (message|embed) %-message/string%] to %user/channel% [with %bot/string%] [and store (it|the message) in %-objects%]
2222
upload [the] [last[ly]] [(created|generated|received|taken)] (image|img) [with ([(format|file)] type|[file] format) %-string%] [with (message|embed) %-message/string%] to %user/channel% [with %bot/string%] [and store (it|the message) in %-objects%]
2323
parse:
24-
if matched pattern is 1:
24+
# skript-mirror bug, it sees the patterns as 32 and 15 in parse section only
25+
if matched pattern is 32:
2526
set {_varExpr} to expression-6
2627
else:
2728
set {_varExpr} to expression-5

0 commit comments

Comments
 (0)