diff --git a/commands/system/timeout.js b/commands/system/timeout.js index 7c9cc86..628e9f1 100644 --- a/commands/system/timeout.js +++ b/commands/system/timeout.js @@ -37,7 +37,7 @@ module.exports = { const reason = interaction.options.getString('reason') || 'No reason provided.' - const errEmbed = new EmbedBuilder().setColor('RED').setTitle('ERROR') + const errEmbed = new EmbedBuilder().setColor('Red').setTitle('ERROR') if (!targetUser) { errEmbed.setDescription(`Looks like that user isn't in this server`)