lol
This commit is contained in:
parent
a72a1dbaeb
commit
1ccf4b3c5c
2
index.js
2
index.js
@ -199,7 +199,7 @@ client.on('message', msg => {
|
|||||||
msg.reply(text)
|
msg.reply(text)
|
||||||
}
|
}
|
||||||
else if (msg.content === '!educpop-web') {
|
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 */
|
/* save and ignore own messages */
|
||||||
else if(msg.author.username === process.env.BOT_USERNAME){
|
else if(msg.author.username === process.env.BOT_USERNAME){
|
||||||
|
Loading…
Reference in New Issue
Block a user