🐛 work.timeout should be workTimeout

This commit is contained in:
Axel Olausson Holtenäs 2022-03-15 17:34:22 +01:00
parent 5c8a85006f
commit 7a129b7ac0
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -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,