Prepare for migration to new repo
This commit is contained in:
+1
-3
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user