From 3dfe150be378a7f5d1786e4f36521983197aadc9 Mon Sep 17 00:00:00 2001 From: mose Date: Thu, 12 Sep 2019 18:23:14 +0800 Subject: [PATCH] pti globe avec la fleche --- src/reactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reactions.js b/src/reactions.js index a4da31a..8a80ec2 100644 --- a/src/reactions.js +++ b/src/reactions.js @@ -9,6 +9,6 @@ bot.global.text({ id: 'gafam-react' }); -bot.global.text(/pe?tit? globe/i, (b) => b.respond('![pti globe](https://eye.mose.fr/2019-07-31-21-50_grab.png)'), { +bot.global.text(/pe?tit? globe/i, (b) => b.respond('![pti globe](https://crapaud-fou.org/images/chat-canaux.png)'), { id: 'ptiglobe-direct' })