Prepare for migration to new repo

This commit is contained in:
Mark Hoekveen
2018-10-20 12:33:55 +02:00
parent ca5705f160
commit 5193489dc9
2 changed files with 1 additions and 96 deletions
+1 -3
View File
@@ -1,7 +1,6 @@
import asyncio
import discord
#import Music
import Porno
import Shitpost
import General
import Cryptocoin
@@ -15,9 +14,8 @@ logging.basicConfig(level=logging.INFO)
bot = commands.Bot(command_prefix=commands.when_mentioned_or('!'), description='Stroopwafel. Shitpost bot extraordinaire.', pm_help=True)
#bot.add_cog(Music.Music(bot))
#TODO: Re-add music functions now that we require a stronger host
bot.add_cog(Shitpost.Shitpost(bot))
#importlib.import_module('Shitpost')
bot.add_cog(Porno.Porno(bot))
bot.add_cog(General.General(bot))
bot.add_cog(Cryptocoin.Cryptocoin(bot))
bot.add_cog(Chatbot.Chatbot(bot))