From 170a5796f73c8f33163810243eb57705934e5aac Mon Sep 17 00:00:00 2001 From: "Isaac (eartharoid)" Date: Mon, 7 Sep 2020 10:13:09 +0100 Subject: [PATCH] fix typo --- src/commands/close.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({