From 50b7b7e696f2bfe2e0c94fdbc3f05e5dd0ce3501 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 5 Dec 2018 14:09:05 +0000 Subject: [PATCH] fix --- discordbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discordbot.py b/discordbot.py index dfbc8bd7..c54cfb1b 100644 --- a/discordbot.py +++ b/discordbot.py @@ -320,7 +320,6 @@ class VideoQueue: def clear(self): self.list = None - self.now_playing = None def find_video(self, name: str) -> typing.Optional[Video]: """Returns the first video with a certain name."""