Spotify fix

This commit is contained in:
Mark Hoekveen
2019-08-18 17:37:41 +02:00
parent d50e746d2f
commit c49bd2bff8
+1 -1
View File
@@ -10,7 +10,7 @@ import random
import time import time
from json.decoder import JSONDecodeError from json.decoder import JSONDecodeError
class Spotify(commands.Cog): class Spotify(object):
"""HD Con 2019 Playlist features! Alleen te gebruiken in het juiste kanaal""" """HD Con 2019 Playlist features! Alleen te gebruiken in het juiste kanaal"""
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot