Karitham / corde

A high level discord interactions wrapper, simple, idiomatic, testable and extensible. Based on outgoing webhooks, and designed from scratch for excellence
https://github.com/Karitham/corde
MIT License
12 stars 3 forks source link

Use InteractionRequest for incoming Interactions, attach request.Context #18

Closed jolheiser closed 2 years ago

jolheiser commented 2 years ago

A new type for incoming interactions, also attaches the http.Request.Context to it.

This helps us not muddle up the Discord types for the sake of the router.