mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -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')
|
discord.opus.load_opus('libopus-0.dll')
|
||||||
except:
|
except:
|
||||||
opus = None
|
opus = None
|
||||||
|
else:
|
||||||
|
opus = True
|
||||||
|
|
||||||
youtube_dl_options = {
|
youtube_dl_options = {
|
||||||
'format': 'bestaudio/best',
|
'format': 'bestaudio/best',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user