bwmarrin / discordgo

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

add User app installation ApplicationCommand struct fields #1510

Closed travis-g closed 8 months ago

travis-g commented 8 months ago

Adds fields recently added by Discord to the ApplicationCommand API objects.

FedorLap2006 commented 8 months ago

This is already covered by https://github.com/bwmarrin/discordgo/pull/1511. Along with other user app related changes.

travis-g commented 8 months ago

This is already covered by #1511. Along with other user app related changes.

Great, glad support is being added! Hopefully I'll be able to help more in the future. I did submit this first, so the "already" is not accurate but I appreciate the broader coverage.