This commit is contained in:
loicbersier 2019-06-18 00:08:54 +02:00
parent 75a3a0b2b6
commit d300529d0e

View file

@ -41,7 +41,7 @@ class borgarCommand extends Command {
const borgarEmbed = new MessageEmbed()
.setTitle('hamborger delivery')
.setDescription(`could you do me an **amborgar** that contain **${hamIngredient}**`)
.setFooter(`Level 0 | you have 10 seconds ${args.time} to make that hamborgor`)
.setFooter(`Level 0 | you have ${args.time} seconds to make that hamborgor`)
.setTimestamp();
message.channel.send(borgarEmbed);