From 7bb68516f430509925065fc8fb6348d1dd39f6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 1 Apr 2020 17:34:18 +0300 Subject: [PATCH] Changed statistics command embed thumbnail --- commands/statistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/statistics.js b/commands/statistics.js index e8c585e..fded586 100644 --- a/commands/statistics.js +++ b/commands/statistics.js @@ -32,7 +32,7 @@ module.exports = { const embed = new Discord.MessageEmbed() .setTitle(client.messages.statisticsTitle) - .setThumbnail("https://cdn.discordapp.com/emojis/" + client.messageEmojis["list"].replace(/[^0-9]+/g, '')) + .setThumbnail("https://cdn.discordapp.com/emojis/" + client.messageEmojis["statistics"].replace(/[^0-9]+/g, '')) .setColor(client.config.embedColor) .setDescription(statistics) .setFooter('EximiaBots by Warén Media', "https://cdn.discordapp.com/emojis/" + client.messageEmojis["eximiabots"].replace(/[^0-9]+/g, ''));