From 8e80c17238203bddbcf9232b765ce63c4886e8e1 Mon Sep 17 00:00:00 2001 From: mose Date: Thu, 12 Sep 2019 21:32:13 +0800 Subject: [PATCH] feintage de cache --- src/reactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reactions.js b/src/reactions.js index 8a80ec2..cf597b2 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://crapaud-fou.org/images/chat-canaux.png)'), { +bot.global.text(/pe?tit? globe/i, (b) => b.respond('![pti globe](https://crapaud-fou.org/images/chat-ptiglobe.png)'), { id: 'ptiglobe-direct' })