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