mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-22 22:13:16 +00:00
Removing emoji in list command
This commit is contained in:
parent
75a26dc456
commit
20f038f23c
@ -12,7 +12,7 @@ module.exports = {
|
|||||||
stations = stations.replace('**#**', `**${i + 1}**`);
|
stations = stations.replace('**#**', `**${i + 1}**`);
|
||||||
}
|
}
|
||||||
const embed = new Discord.MessageEmbed()
|
const embed = new Discord.MessageEmbed()
|
||||||
.setTitle(`📻 Radio Stations`)
|
.setTitle(`Radio Stations`)
|
||||||
.setColor(client.config.embedColor)
|
.setColor(client.config.embedColor)
|
||||||
.setDescription(stations)
|
.setDescription(stations)
|
||||||
.setFooter('EximiaBots by Warén Media')
|
.setFooter('EximiaBots by Warén Media')
|
||||||
|
Loading…
Reference in New Issue
Block a user