nieuw muzak eindpunt

This commit is contained in:
2023-08-16 14:53:10 +02:00
parent acb9df8616
commit a4ca645e3e
2 changed files with 26 additions and 7 deletions
+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))