bwmarrin / discordgo

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

Custom websocket close handler #1517

Open PumpkinSeed opened 7 months ago

PumpkinSeed commented 7 months ago

It would be nice if we can set a custom websocket close handler here, because the text would be very helpful for production debugging purposes.

If you agree with this, I can quickly add this change.