diff --git a/cogs/audio.py b/cogs/audio.py index 8e203721a..4502406fc 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -24,6 +24,8 @@ try: discord.opus.load_opus('libopus-0.dll') except: opus = None +else: + opus = True youtube_dl_options = { 'format': 'bestaudio/best',