diff --git a/commands/minigame/borgar.js b/commands/minigame/borgar.js index 7b40a30..d07e0be 100644 --- a/commands/minigame/borgar.js +++ b/commands/minigame/borgar.js @@ -31,6 +31,7 @@ class borgarCommand extends Command { } async exec(message, args) { + if (args.time <= 0) args.time = 1; const ingredient = [ 'bun', 'beef', 'salade', 'tomato', 'cheese', 'pickle']; let hamIngredient = []; for (let i = 0; i < args.ingredientNumber; i++) {