From be0dcd85e90cce148d890377232c5d48eb9e9163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Sun, 6 Mar 2022 10:30:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20error=20color=20on=20fail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/utilities/addons/lookup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/utilities/addons/lookup.js b/src/commands/utilities/addons/lookup.js index cd3047b..6220dc2 100644 --- a/src/commands/utilities/addons/lookup.js +++ b/src/commands/utilities/addons/lookup.js @@ -10,7 +10,7 @@ module.exports = async (interaction) => { const embed = { title: 'Lookup', description: `${res.data.message}: ${res.data.query}`, - color: __config.colors.success, + color: __config.colors.error, timestamp: new Date(), footer: { iconURL: __config.footer.icon, text: __config.footer.text }, };