Update node.js
This commit is contained in:
parent
06452e5b5c
commit
3cfe4477e7
1 changed files with 1 additions and 1 deletions
2
node.js
2
node.js
|
@ -43,7 +43,7 @@ client.on('message', message => {
|
|||
message.channel.send("<:ugh:802988623271428117>");
|
||||
}
|
||||
|
||||
if(message.content.includes('https://media.discordapp.net'){
|
||||
if(message.content.includes('https://media.discordapp.net')) {
|
||||
if(message.content.includes('webm') || message.content.includes('mov') ||
|
||||
message.content.includes('mp4'))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue