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."""