merge-requests/3/head
loicbersier 5 years ago
parent 75a3a0b2b6
commit d300529d0e

@ -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);

Loading…
Cancel
Save