From 1ccf4b3c5c3e7e48981bbe17bb20e125ceb857be Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Thu, 2 Apr 2020 18:33:21 +0200 Subject: [PATCH] lol --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index be8c5a1..bdcdf43 100644 --- a/index.js +++ b/index.js @@ -199,7 +199,7 @@ client.on('message', msg => { msg.reply(text) } else if (msg.content === '!educpop-web') { - msg.reply('?channel_id=' + msg.channel.id + '&web_token=' + channel.web_token) + msg.reply('https://educbot.jean-cloud.net?channel_id=' + msg.channel.id + '&web_token=' + channel.web_token) } /* save and ignore own messages */ else if(msg.author.username === process.env.BOT_USERNAME){