This project was created to allow users to easily stream music into their discord channels when hanging out with their buddies.
You require a couple of things to run this project locally.
- Dotnet SDK 8.0
- The .dll files of opus.dll & libsodium.dll
- The Command Line Applications "ffmpeg.exe" & "yt-dlp.exe"
- Download & install Dotnet SDK 8.0
- Ensure Dotnet is properly install by running dotnet --version in the Terminal
- Place the 'opus.dll' & 'libsodium.dll' inside the BasicMusicBot folder
- Create a folder called 'CLIApps' and place the 'ffmpeg.exe' & 'yt-dlp' inside that folder.
- Open the appsettings.json and fill in your Discord Bot API Key
- Next open a terminal run:
dotnet run -start - ???
- Profit