mirror of
				https://github.com/aydenjahola/discord-multipurpose-bot.git
				synced 2025-11-04 00:01:41 +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(
 | 
					        .setDescription(
 | 
				
			||||||
          `You need to wait **${remainingMinutes}** minutes before you can work again.`
 | 
					          `You need to wait **${remainingMinutes}** minutes before you can work again.`
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					        .setTimestamp()
 | 
				
			||||||
        .setFooter({
 | 
					        .setFooter({
 | 
				
			||||||
          text: `Requested in ${guild.name}`,
 | 
					          text: `Requested by ${user.username}`,
 | 
				
			||||||
          iconURL: guild.iconURL() || null,
 | 
					          iconURL: user.displayAvatarURL(),
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      await interaction.reply({ embeds: [cooldownEmbed] });
 | 
					      await interaction.reply({ embeds: [cooldownEmbed] });
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue