From 7a129b7ac0310deaf1f71fec154a86ab1ec774d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Tue, 15 Mar 2022 17:34:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20work.timeout=20should=20be=20wor?= =?UTF-8?q?kTimeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/credits/addons/work.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/credits/addons/work.js b/src/commands/credits/addons/work.js index 04d4c5b..edbcc4d 100644 --- a/src/commands/credits/addons/work.js +++ b/src/commands/credits/addons/work.js @@ -85,7 +85,7 @@ module.exports = async (interaction) => { const embed = { title: 'Work', description: `You have worked within the last ${ - guild.work.timeout / 1000 + guild.workTimeout / 1000 } seconds, you can not work now!`, timestamp: new Date(), color: config.colors.error,