🚸 error color on fail

This commit is contained in:
Axel Olausson Holtenäs 2022-03-06 10:30:31 +01:00
parent 3a075afb18
commit be0dcd85e9
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -10,7 +10,7 @@ module.exports = async (interaction) => {
const embed = { const embed = {
title: 'Lookup', title: 'Lookup',
description: `${res.data.message}: ${res.data.query}`, description: `${res.data.message}: ${res.data.query}`,
color: __config.colors.success, color: __config.colors.error,
timestamp: new Date(), timestamp: new Date(),
footer: { iconURL: __config.footer.icon, text: __config.footer.text }, footer: { iconURL: __config.footer.icon, text: __config.footer.text },
}; };