andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
502 stars 71 forks source link

feat: get/list commands, bulk set & fix update/delete #529

Open lrstanley opened 1 year ago

lrstanley commented 1 year ago

Description

One of the big items I think with this change, is most users likely should shift to using BulkOverwrite(), which effectively defines all of their commands. The downside with the currently documented example is that if commands are added, then removed from the array, they never actually get removed from the application and/or guild.

There are three items I'm still not sure about.

Breaking Change?

no

Checklist: