Discord music bot written in C# using the Discord.Net Api Wrapper (1.0.2) made by @RogueException.
These binaries & libraries are in the \RadioBot folder already.
Audio playback requires two libraries, libsodium.dll
and opus.dll
, found in the official documentation here.
Or here if the download link is dead on the official website.
On Windows, rename
libopus.dll
toopus.dll
.
Audio downloading & encoding are handled by yt-dlp and ffmpeg.