From a8c473acfdac4d0480286ca76efcb5eab70cf7b8 Mon Sep 17 00:00:00 2001 From: Pixelatedbug Date: Sun, 11 Dec 2016 12:14:51 +0100 Subject: [PATCH] Instagram regexp improved --- library.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.js b/library.js index d893e3c..d16ff69 100644 --- a/library.js +++ b/library.js @@ -44,7 +44,8 @@ embeds.push({ //ok id: 'Instagram', code: '
', - regexps: [/)/g], + //regexps: [/)/g], + regexps: [/)/g], icon: 'fa-instagram' });