Nieuw muzak eindpunt. #27

Merged
mark merged 2 commits from muzak into master 2023-08-16 16:08:14 +02:00
Showing only changes of commit a2319f0fac - Show all commits
+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))