This commit is contained in:
Adrian Amaglio 2020-04-02 18:33:21 +02:00
parent a72a1dbaeb
commit 1ccf4b3c5c
1 changed files with 1 additions and 1 deletions

View File

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