miki-archive / miscript

Miki custom command scripting language
Apache License 2.0
0 stars 1 forks source link

Say doesn't support new lines #2

Open NyanSpaghetti opened 5 years ago

NyanSpaghetti commented 5 years ago

Doing >createcommand test say "test test"

Creates an error: System.Exception: Expected var! at MiScript.Parser.Parser.Var(ParseContext context) at MiScript.Parser.Parser.Body(ParseContext context) at MiScript.Parser.Parser.Parse(Dictionary`2 contextVariables) at Miki.Modules.CustomCommands.CustomCommandsModule.NewCustomCommandAsync(ICommandContext e) in /home/vsts/work/1/s/Miki/Modules/CustomCommands/CustomCommandsModule.cs:line 74

velddev commented 4 years ago

Thanks for the issue report. Sorry for the late reply, but I've added it to the planning to allow for new lines to be more accessible.