You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #856 slash commands were implemented. From what I've noticed, these are missing two features.
The first is global slash commands working in DMs (documented here). With the current behaviour, using a slash command in DMs will result in a Runtime error as the Guild ID and member objects are null, instead using a user object.
The second is that there is no method to bulk update slash commands. While this technically hasn't been documented, it was announced in the discord developers server here and is considered stable. This method is necessary for updating several commands at once, including creating, editing and deleting with 1 API request, instead of the several that would otherwise be used.
These should both be relatively easy to change.
The text was updated successfully, but these errors were encountered:
In #856 slash commands were implemented. From what I've noticed, these are missing two features.
The first is global slash commands working in DMs (documented here). With the current behaviour, using a slash command in DMs will result in a Runtime error as the Guild ID and member objects are null, instead using a user object.
The second is that there is no method to bulk update slash commands. While this technically hasn't been documented, it was announced in the discord developers server here and is considered stable. This method is necessary for updating several commands at once, including creating, editing and deleting with 1 API request, instead of the several that would otherwise be used.
These should both be relatively easy to change.
The text was updated successfully, but these errors were encountered: