mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Update nowplaying.js
This commit is contained in:
parent
a0d08224d1
commit
3ae50a1543
@ -12,7 +12,7 @@ module.exports = {
|
|||||||
const completed = (radio.time.toFixed(0));
|
const completed = (radio.time.toFixed(0));
|
||||||
|
|
||||||
const embed = new Discord.MessageEmbed()
|
const embed = new Discord.MessageEmbed()
|
||||||
.setTitle("<a:aNotes:674602408105476106> Now Playing")
|
.setTitle("Now Playing")
|
||||||
.setColor(client.config.embedColor)
|
.setColor(client.config.embedColor)
|
||||||
.setDescription(`**${radio.station.name}** \n Owner: ${radio.station.owner} \n\`${client.funcs.msToTime(completed, "hh:mm:ss")}\``)
|
.setDescription(`**${radio.station.name}** \n Owner: ${radio.station.owner} \n\`${client.funcs.msToTime(completed, "hh:mm:ss")}\``)
|
||||||
.setFooter('EximiaBots by Warén Media');
|
.setFooter('EximiaBots by Warén Media');
|
||||||
|
Loading…
Reference in New Issue
Block a user