From 6c625bb5a37d10cfb4fd40658cac6e8478cf5a25 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 26 Jun 2019 03:00:22 +0200 Subject: [PATCH] im retarded ( dosent put description twice anymore ) --- commands/fun/4chan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/4chan.js b/commands/fun/4chan.js index 578d6039..d2d7537b 100644 --- a/commands/fun/4chan.js +++ b/commands/fun/4chan.js @@ -40,7 +40,7 @@ class FourchanCommand extends Command { let i = Math.floor((Math.random() * response.threads.length)); let description = response.threads[i].posts[0].com.replace(/(<([^>]+)>)/ig,''); - description += decodeURI(description); + description = decodeURI(description); const FourchanEmbed = new MessageEmbed() .setColor('#ff9900')