Update before pull

This commit is contained in:
root 2017-09-14 02:43:48 +00:00
parent f70cd2c222
commit 718bcf8500
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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')