🐛 work.timeout should be workTimeout
This commit is contained in:
parent
5c8a85006f
commit
7a129b7ac0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue