Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
KIO2gamer committed Feb 23, 2024
1 parent 40ea852 commit e472f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/system/timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit e472f4a

Please sign in to comment.