diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-23 19:37:21 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-23 19:37:21 -0500 |
| commit | 07c35df0621344840b9f58c73b086526b5982095 (patch) | |
| tree | 9f4308a22314bb11d6fb2b1af696eb726d981711 | |
| parent | 755f5d1d51386859fc02529aacffc84db66bdf3d (diff) | |
| download | DLAP-07c35df0621344840b9f58c73b086526b5982095.tar.gz DLAP-07c35df0621344840b9f58c73b086526b5982095.tar.bz2 DLAP-07c35df0621344840b9f58c73b086526b5982095.zip | |
Fixes
| -rw-r--r-- | bot.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ function playAudio() { if (err) console.log(err); }); - } else return const statusEmbed = new Discord.MessageEmbed() .addField('Now Playing', `${audio}`) .setColor('#0066ff') |
