aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-12-23 19:37:21 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-12-23 19:37:21 -0500
commit07c35df0621344840b9f58c73b086526b5982095 (patch)
tree9f4308a22314bb11d6fb2b1af696eb726d981711
parent755f5d1d51386859fc02529aacffc84db66bdf3d (diff)
downloadDLAP-07c35df0621344840b9f58c73b086526b5982095.tar.gz
DLAP-07c35df0621344840b9f58c73b086526b5982095.tar.bz2
DLAP-07c35df0621344840b9f58c73b086526b5982095.zip
Fixes
-rw-r--r--bot.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 93fe505..c34e4dc 100644
--- a/bot.js
+++ b/bot.js
@@ -52,7 +52,6 @@ function playAudio() {
if (err)
console.log(err);
});
- } else return
const statusEmbed = new Discord.MessageEmbed()
.addField('Now Playing', `${audio}`)
.setColor('#0066ff')