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
11 stars 3 forks source link

impl ServeHTTP #26

Closed smantic closed 2 years ago

smantic commented 2 years ago

implements a ServeHTTP method so corde.Mux meets http.Handler interface.

Karitham commented 2 years ago

Thanks for your first contribution!