This commit is contained in:
Max Isom 2021-04-28 19:17:19 -04:00
parent 05d4a58331
commit 6355ca9d44
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -39,6 +39,15 @@ export default class {
return true; return true;
} }
if (msg.content.toLowerCase().includes('bitconnect')) {
await Promise.all([
msg.channel.send('🌊 🌊 🌊 🌊'),
this.playClip(msg.guild!, {title: 'BITCONNEEECCT', artist: 'Carlos Matos', url: 'https://www.youtube.com/watch?v=lCcwn6bGUtU', length: 227, playlist: null, isLive: false}, 50, 13)
]);
return true;
}
return false; return false;
} }