Get the price of a cryptocurrency

This commit is contained in:
JP
2018-02-04 21:53:43 +01:00
parent 8018f6ffc2
commit 14efa61a0f
2 changed files with 44 additions and 0 deletions
+2
View File
@@ -4,6 +4,7 @@ import discord
import Porno
import Shitpost
import General
import Cryptocoin
import logging
import importlib
@@ -17,6 +18,7 @@ bot.add_cog(Shitpost.Shitpost(bot))
#importlib.import_module('Shitpost')
bot.add_cog(Porno.Porno(bot))
bot.add_cog(General.General(bot))
bot.add_cog(Cryptocoin.Cryptocoin(bot))
tokenfile = open("stroopwafel.token","r")
token = tokenfile.readline()