Command Raised An Exception: Opusnotloaded:
I just started programming a discord bot with discord.py and everything is perfect. Except one thing: I can't let the bot play music. Here is my code: @client.command(pass_context=
Solution 1:
You need to use discord.opus.load_opus
to load the Opus library.
Post a Comment for "Command Raised An Exception: Opusnotloaded:"