mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-21 16:25:55 +00:00
economy: change the footer embed on the work command
This commit is contained in:
parent
fc46176044
commit
e12591e561
1 changed files with 3 additions and 2 deletions
|
@ -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] });
|
||||
|
|
Loading…
Reference in a new issue