Deletes spotify functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user