Deletes spotify functions

This commit is contained in:
Mark Hoekveen
2020-04-02 01:26:34 +02:00
parent 7d3213806b
commit 70392bed44
2 changed files with 0 additions and 128 deletions
-2
View File
@@ -6,7 +6,6 @@ import General
import Cryptocoin
import Chatbot
import Points
import Spotify
import logging
import importlib
import configparser
@@ -42,7 +41,6 @@ bot.add_cog(Cryptocoin.Cryptocoin(bot))
bot.add_cog(Chatbot.Chatbot(bot))
pointsBot = Points.Points(bot)
bot.add_cog(pointsBot)
bot.add_cog(Spotify.Spotify(bot))
@bot.event
@asyncio.coroutine