Modified the audio player (still doesn't work though)

This commit is contained in:
ION606
2022-04-24 13:31:24 -04:00
parent a7b909a015
commit ba06b45b66
3 changed files with 9 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module.exports ={
name: 'kareoke',
description: 'Sing your least-favorite song with you favorite person, me!',
description: 'Sing your least-favorite song with your favorite person, me!',
execute(message, args) {
const axios = require('axios');
const cheerio = require('cheerio')