From 04a9ce1ce1163d8a5c428105daae4356090dff36 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 30 Jul 2016 14:11:42 -0500 Subject: [PATCH] removed not used variable --- cogs/playlist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/playlist.py b/cogs/playlist.py index eab38bf..564dc75 100644 --- a/cogs/playlist.py +++ b/cogs/playlist.py @@ -72,7 +72,6 @@ class Music: def __init__(self, bot): self.bot = bot self.voice_states = {} - self.max_songs = 10 def get_voice_state(self, server): state = self.voice_states.get(server.id)