From 20f038f23c6159600b56d72662d2e9cafd81ff43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 9 Mar 2020 14:00:01 +0200 Subject: [PATCH] Removing emoji in list command --- commands/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/list.js b/commands/list.js index 37efab7..a9a1d2a 100644 --- a/commands/list.js +++ b/commands/list.js @@ -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')