Chatbot v1

This commit is contained in:
JP
2018-07-01 18:15:45 +02:00
parent de4aa44201
commit c2b7cf7338
4 changed files with 132 additions and 2 deletions
+2
View File
@@ -5,6 +5,7 @@ import Porno
import Shitpost
import General
import Cryptocoin
import Chatbot
import logging
import importlib
@@ -19,6 +20,7 @@ bot.add_cog(Shitpost.Shitpost(bot))
bot.add_cog(Porno.Porno(bot))
bot.add_cog(General.General(bot))
bot.add_cog(Cryptocoin.Cryptocoin(bot))
bot.add_cog(Chatbot.Chatbot(bot))
tokenfile = open("stroopwafel.token","r")
token = tokenfile.readline()