DiscordConsole does not treat strings enclosed in double quotes as such. So when I run the command:
DiscordConsole.exe -x "game listening "A B C" "D E F" "G H I""
It runs the executable but gives the output
> game listening A
> ^C
exit
Whereas the expected output would be
> game listening "A B C" "D E F" "G H I"
Is this the expected result? I have also tried using double-double-quotes but it seems to remove them too.
DiscordConsole does not treat strings enclosed in double quotes as such. So when I run the command:
DiscordConsole.exe -x "game listening "A B C" "D E F" "G H I""It runs the executable but gives the output
Whereas the expected output would be
> game listening "A B C" "D E F" "G H I"Is this the expected result? I have also tried using double-double-quotes but it seems to remove them too.