From 8a2eda84e79c35bef4281703ee93f9612257519c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 May 2021 17:35:51 +0000 Subject: [PATCH] fix shillo --- trifling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trifling.py b/trifling.py index b43e0a1..1a29886 100644 --- a/trifling.py +++ b/trifling.py @@ -635,7 +635,7 @@ def soon(bot, trigger): @sopel.module.commands('shillo', 'cid') def shillo(bot, trigger): - bot.say(u'☠☠☠ Crypto is ded https://cryptocurrencydiy.net/wp-content/uploads/2018/03/bitcoin-is-dead-exit-all-crypto-1024x576-1024x585.jpg ☠☠☠ '.encode('utf8')) + bot.say(u'☠☠☠ Crypto is ded https://i.kym-cdn.com/photos/images/original/001/321/553/f03.jpg ☠☠☠ '.encode('utf8')) @sopel.module.commands('shrug') def shrug(bot, trigger):