🚸 error color on fail
This commit is contained in:
parent
3a075afb18
commit
be0dcd85e9
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue