Spotify playlist hdcon

This commit is contained in:
Mark Hoekveen
2019-08-18 17:35:22 +02:00
parent 1c17e1a753
commit d50e746d2f
2 changed files with 125 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@ import General
import Cryptocoin
import Chatbot
import Points
import Spotify
import logging
import importlib
import configparser
@@ -41,6 +42,7 @@ 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