Update before pull
This commit is contained in:
parent
f70cd2c222
commit
718bcf8500
2
price.py
2
price.py
|
@ -535,7 +535,7 @@ def xmrtall(bot, trigger):
|
||||||
thumbXMRVol = float(xmrjson['data']['volume_1day'])
|
thumbXMRVol = float(xmrjson['data']['volume_1day'])
|
||||||
stringtosend = "Bithumb last: {0:.6f} BTC on {1:.2f} XMR volume |".format(thumbBTCxmr,thumbXMRVol)
|
stringtosend = "Bithumb last: {0:.6f} BTC on {1:.2f} XMR volume |".format(thumbBTCxmr,thumbXMRVol)
|
||||||
except:
|
except:
|
||||||
pass
|
bot.say("Error - bithumb korea is worst korea.")
|
||||||
|
|
||||||
# Polo
|
# Polo
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -174,7 +174,7 @@ def hotline(bot, trigger):
|
||||||
bot.say(u'☎ Call 1-800-273-8255 to reach the National Suicide Prevention Lifeline ☎' .encode('utf8'))
|
bot.say(u'☎ Call 1-800-273-8255 to reach the National Suicide Prevention Lifeline ☎' .encode('utf8'))
|
||||||
|
|
||||||
@sopel.module.commands('news')
|
@sopel.module.commands('news')
|
||||||
def pony(bot, trigger):
|
def news(bot, trigger):
|
||||||
bot.say("https://www.youtube.com/watch?v=Gr_WtFW0a8Y")
|
bot.say("https://www.youtube.com/watch?v=Gr_WtFW0a8Y")
|
||||||
|
|
||||||
@sopel.module.commands('invest')
|
@sopel.module.commands('invest')
|
||||||
|
|
Loading…
Reference in New Issue