mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
add else case for opus check
This commit is contained in:
parent
36c9650551
commit
43413a4e26
@ -24,6 +24,8 @@ try:
|
||||
discord.opus.load_opus('libopus-0.dll')
|
||||
except:
|
||||
opus = None
|
||||
else:
|
||||
opus = True
|
||||
|
||||
youtube_dl_options = {
|
||||
'format': 'bestaudio/best',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user