Update node.js

This commit is contained in:
ZyLacx 2021-07-04 17:36:00 +02:00 committed by GitHub
parent 06452e5b5c
commit 3cfe4477e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ client.on('message', message => {
message.channel.send("<:ugh:802988623271428117>"); 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') || if(message.content.includes('webm') || message.content.includes('mov') ||
message.content.includes('mp4')) message.content.includes('mp4'))
{ {