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){