comment out opus
This commit is contained in:
parent
6fbb63aea2
commit
bcb7052db9
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -16,8 +16,8 @@ description = '''Radiobot'''
|
|||
bot = commands.Bot(command_prefix='!', description=description)
|
||||
|
||||
# Initialize opus
|
||||
if not discord.opus.is_loaded():
|
||||
discord.opus.load_opus('opus')
|
||||
#if not discord.opus.is_loaded():
|
||||
# discord.opus.load_opus('opus')
|
||||
|
||||
# Initialize some global variables
|
||||
voice_client = None
|
||||
|
|
Loading…
Reference in a new issue