forked from Supositware/Haha-Yes
Change footer text
This commit is contained in:
parent
9528e034cb
commit
f7248e5e30
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class borgarCommand extends Command {
|
|||
let borgarEmbed = new MessageEmbed()
|
||||
.setTitle('hamborger delivery')
|
||||
.setDescription(`could you do me an **amborgar** that contain **${hamIngredient}**`)
|
||||
.setFooter(`Level 0 | you have ${args.time} seconds to make that hamborgor`)
|
||||
.setFooter(`Level 0 | Once the ingredients dissapear you have ${args.time} seconds to do it!`)
|
||||
.setTimestamp();
|
||||
|
||||
message.util.send(borgarEmbed)
|
||||
|
|
Loading…
Reference in a new issue