Get the price of a cryptocurrency
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user