EvotecIT / PSDiscord

Simple PowerShell module allowing to send messages to Discord Channel over webhooks
47 stars 7 forks source link

Missing a lot Discord Webhook functions #3

Open DamianRyse opened 3 years ago

DamianRyse commented 3 years ago

I love using PSDiscord for my webhook-scripts. But unfortunately, I doesn't support all the other possibilities of Webhooks, especially Get Webhook Message, Edit Webhook Message and Delete Webhook Message.

Are there any plans to update PSDiscord to support the other methods aswell?

PrzemyslawKlys commented 3 years ago

I don't know. While I do use Discord on a daily basis - I do it just for fun, not as a production tool - and that means I have very limited need to make that happen. I wrote this tool to mostly help with notifications from PSWinReporting.

It doesn't seem overly complicated: https://discord.com/developers/docs/resources/webhook#get-webhook-message but with the amount of work, I do in other projects it's hard to justify it a bit. I'm not saying I won't do it, but not anytime soon. I will however accept PRs if you're up for it.