Amber
Amber copied to clipboard
[BUG] using command modifiers with builtin function
Describe the bug
Using command modifiers silent, unsafe with builtin function result in Identifier 'silent' is a reserved keyword and Identifier 'unsafe' is a reserved keyword
amber 0.3.4-alpha.
To Reproduce
unsafe echo 1
or use any failable builtin function #314 #311
Expected behavior no error
Additional context command modifiers can only be used with block or command literal
so
unsafe { echo 1 }
compile just fine
I can confirm the issue, the discord bot instead return 1.
the issue is still there
it is still there