From 574020fe5ee401a8a55769feb31013effbbbea6f Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 7 Oct 2016 16:21:11 -0500 Subject: [PATCH] How the fuck did that get there? --- cogs/playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/playlist.py b/cogs/playlist.py index 63e680a..2de4cca 100644 --- a/cogs/playlist.py +++ b/cogs/playlist.py @@ -11,7 +11,7 @@ if not discord.opus.is_loaded(): discord.opus.load_opus('/usr/lib64/libopus.so.0') -class VoicePlayer:server +class VoicePlayer: # This does not need to match up too closely to the StreamPlayer that is "technically" used here # This is more of a placeholder, just to keep the information that will be requested # Before the video is actually downloaded, which happens in our audio player task