WinteryFox
WinteryFox
Hi friendly Kord contributors, I would like to use a proxy between my Kord rest instance and the Discord rest endpoints, this proxy will be handling rate limits as well....
In order to use my own queue system (in my case with RabbitMQ) I would like to intercept gateway events and put them into my own queues. Unfortunately DefaultGateway is...
Calling `DefaultKredsSubscriberClient#unsubscribe` with no parameters, to unsubscribe from all, results in NPE when there aren't any subscriptions. Works if there has been a subscription before the call. ```kotlin val subscriberClient...