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
@TheStachelfisch you deleted your comment but I will answer it anyway:
REST/HTTP interactions are complex, supporting it implies changing the methods and internal callbacks to support IDiscordInteraction and IComponentInteraction, plus a new delegate for responding REST interactions has to be added.
I've finished adapting the library to support REST interactions, but I have not tested it yet.
I need some feedback/opinions on the way of handling the REST interactions. Currently, the lib uses a callback from the config (RestResponseCallback), which is called when responding/deferring incoming interactions from InteractiveService.HandleRestInteractionAsync, but I'm not sure if this design is the best for this case.
Waiting for a new Discord.Net Labs release to work on it.Related: Discord-Net-Labs/Discord.Net-Labs@32f5661
The text was updated successfully, but these errors were encountered: