bwmarrin / discordgo

(Golang) Go bindings for Discord
BSD 3-Clause "New" or "Revised" License
5.05k stars 802 forks source link

fix!: return Webhook struct from WebhookEdit and WebhookEditWithToken #1497

Closed Cyb3r-Jak3 closed 7 months ago

Cyb3r-Jak3 commented 7 months ago

Return *Webhook for WebhookEdit and WebhookEditWithToken.

Fixes #1495

FedorLap2006 commented 7 months ago

Thanks for noticing and fixing this!