forked from Supositware/Haha-Yes
Merge branch 'patch-1' into 'master'
Update borgar.js ( fix typo ) See merge request LoicBersier/DiscordBot!3
This commit is contained in:
commit
1aba9f9a81
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ class borgarCommand extends Command {
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
borgarEmbed = new MessageEmbed()
|
borgarEmbed = new MessageEmbed()
|
||||||
.setTitle('hamborger delivery')
|
.setTitle('hamborger delivery')
|
||||||
.setDescription('You have to put each ingredients in seperate message!')
|
.setDescription('You have to put each ingredients in seperate messages!')
|
||||||
.setFooter(`Level 0 | you have ${args.time} seconds to make that hamborgor`)
|
.setFooter(`Level 0 | you have ${args.time} seconds to make that hamborgor`)
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
message.util.edit(borgarEmbed);
|
message.util.edit(borgarEmbed);
|
||||||
|
@ -69,7 +69,7 @@ class borgarCommand extends Command {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
return message.reply('You run out of time noob...');
|
return message.reply('You ran out of time noob...');
|
||||||
});
|
});
|
||||||
}, 3000);
|
}, 3000);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue