1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-07-24 13:57:10 -05:00
parent b00a5e5b59
commit bda7086cab

View file

@ -144,7 +144,7 @@ class Music:
if not success:
return
player = await state.voice.create_ytdl_player(song, ytdl_options=opts, after=state.toggle_next)
player = await state.voice.create_ytdl_player(song, ytdl_options=state.opts, after=state.toggle_next)
player.volume = 0.6
entry = VoiceEntry(ctx.message, player)
await self.bot.say('Enqueued ' + str(entry))