Update trifling.py
This commit is contained in:
parent
92ee0089a9
commit
9d9b61b0eb
|
@ -862,6 +862,10 @@ def baka(bot, trigger):
|
||||||
def btcdwed(bot, trigger):
|
def btcdwed(bot, trigger):
|
||||||
bot.say('https://www.youtube.com/watch?v=JZYZoQQ6LJQ')
|
bot.say('https://www.youtube.com/watch?v=JZYZoQQ6LJQ')
|
||||||
|
|
||||||
|
@sopel.module.commands('wayshegoes')
|
||||||
|
def wayshegoes(bot, trigger):
|
||||||
|
bot.say('https://www.youtube.com/watch?v=3SpihGKmYgY')
|
||||||
|
|
||||||
@sopel.module.commands('weather')
|
@sopel.module.commands('weather')
|
||||||
def weather(bot, trigger):
|
def weather(bot, trigger):
|
||||||
wk = client.weather_key
|
wk = client.weather_key
|
||||||
|
|
Loading…
Reference in New Issue