updated after a while because local stuff
This commit is contained in:
+8
-2
@@ -1,14 +1,20 @@
|
||||
import asyncio
|
||||
import discord
|
||||
import Music
|
||||
#import Music
|
||||
import Porno
|
||||
import Shitpost
|
||||
import General
|
||||
import logging
|
||||
import importlib
|
||||
|
||||
from discord.ext import commands
|
||||
|
||||
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))
|
||||
#bot.add_cog(Music.Music(bot))
|
||||
bot.add_cog(Shitpost.Shitpost(bot))
|
||||
#importlib.import_module('Shitpost')
|
||||
bot.add_cog(Porno.Porno(bot))
|
||||
bot.add_cog(General.General(bot))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user