Magma
Magma copied to clipboard
A voice only API for Discord, focused on delivering music at scale.
Calling `MagmaApi.shutdown()` returns immediately and provides no feedback about the shutdown status of Magma to the user. This leaves the user in an awkward position when shutting down. How long...
Currently very little thought has gone into how exceptions are thrown and handled. Reactive doesn't make this an easier task. Subtasks: - [ ] Figure out where and how exactly...
Currently Magma is using JDA apis like - AudioSendHandler - IAudioSendFactory - IAudioSendSystem - IPacketProvider However we are only using / supporting a fraction of the methods exposed by these....