diff --git a/commands/economy/work.js b/commands/economy/work.js index 42e6afb..a317cf9 100644 --- a/commands/economy/work.js +++ b/commands/economy/work.js @@ -37,9 +37,10 @@ module.exports = { .setDescription( `You need to wait **${remainingMinutes}** minutes before you can work again.` ) + .setTimestamp() .setFooter({ - text: `Requested in ${guild.name}`, - iconURL: guild.iconURL() || null, + text: `Requested by ${user.username}`, + iconURL: user.displayAvatarURL(), }); await interaction.reply({ embeds: [cooldownEmbed] });