Closed soupist closed 5 years ago
Everything is working as expected, other than it requires 2 "$Fact" to be sent. You can use the same fact, but if I don't send 2, it errors out.
Install-Module PSDiscord -Force
Please run this. It should work. Discord REST requires Array of Hashtables and if there's one element there's no array. I had to force Array creation.
Everything is working as expected, other than it requires 2 "$Fact" to be sent. You can use the same fact, but if I don't send 2, it errors out.