This commit is contained in:
2023-08-16 14:54:35 +02:00
parent a4ca645e3e
commit a2319f0fac
+2 -2
View File
@@ -3,7 +3,7 @@ import discord
#import Music
import Shitpost
import General
#import Cryptocoin
import Cryptocoin
import Chatbot
import Points
import logging
@@ -19,7 +19,7 @@ dotenv.load_dotenv()
async def add_cogs(bot):
await bot.add_cog(Shitpost.Shitpost(bot))
await bot.add_cog(General.General(bot))
#await bot.add_cog(Cryptocoin.Cryptocoin(bot))
await bot.add_cog(Cryptocoin.Cryptocoin(bot))
await bot.add_cog(Chatbot.Chatbot(bot))
await bot.add_cog(Points.Points(bot))