I've got a music bot set up using the discord.py github examples, and that all works. The issue is my ffmpeg.
When getting a bot to join, I receive the error:
discord.ext.commands.errors.CommandInvokeError:
Command raised an exception: ClientException: ffmpeg was not found.
.
I do have FFmpeg installed, the folder is in C:\FFmpeg
.
Not too sure why it isn't finding my FFmpeg, so help is appreciated
Ok turns out I just needed to restart my VSCode.. (im tired)