Add hero
This commit is contained in:
parent
b7d3490281
commit
b9935305a0
2
price.py
2
price.py
|
@ -229,7 +229,7 @@ def bsq(bot, trigger):
|
||||||
except:
|
except:
|
||||||
bot.say("Error retrieving data from Bitsquare")
|
bot.say("Error retrieving data from Bitsquare")
|
||||||
|
|
||||||
@sopel.module.commands('cryptopia')
|
@sopel.module.commands('cryptopia', 'shitopia', 'topia', 'ctop')
|
||||||
def cryptopia(bot, trigger):
|
def cryptopia(bot, trigger):
|
||||||
try:
|
try:
|
||||||
if not trigger.group(2):
|
if not trigger.group(2):
|
||||||
|
|
|
@ -157,6 +157,14 @@ def hmm(bot, trigger):
|
||||||
# except:
|
# except:
|
||||||
# bot.say("Something something reddit's servers")
|
# bot.say("Something something reddit's servers")
|
||||||
|
|
||||||
|
herooptions = [
|
||||||
|
"https://t.co/CZMFNMifB7",
|
||||||
|
"https://media.giphy.com/media/REH3MZp1FeCM8/giphy.gif",
|
||||||
|
]
|
||||||
|
@sopel.module.commands('hero')
|
||||||
|
def hero(bot, trigger):
|
||||||
|
bot.say(random.choice(herooptions))
|
||||||
|
|
||||||
@sopel.module.commands('hotline')
|
@sopel.module.commands('hotline')
|
||||||
def hotline(bot, trigger):
|
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'))
|
||||||
|
|
Loading…
Reference in New Issue