diff --git a/src/commands/close.js b/src/commands/close.js index 46b89d3..3bd2841 100644 --- a/src/commands/close.js +++ b/src/commands/close.js @@ -209,7 +209,7 @@ module.exports = { .setColor(config.err_colour) .setAuthor(message.author.username, message.author.displayAvatarURL()) .setTitle(':x: **Expired**') - .setDescription('You took to long to react; confirmation failed.') + .setDescription('You took too long to react; confirmation failed.') .setFooter(guild.name, guild.iconURL())); message.delete({