From 7d15dd2983b3d2fa3f463823f702df5d4505e3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Tue, 18 Jun 2019 01:14:36 +0200 Subject: [PATCH] put args type to number --- commands/minigame/borgar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/minigame/borgar.js b/commands/minigame/borgar.js index c0dbb34..ca05dfd 100644 --- a/commands/minigame/borgar.js +++ b/commands/minigame/borgar.js @@ -13,12 +13,12 @@ class borgarCommand extends Command { args: [ { id: 'ingredientNumber', - type: 'int', + type: 'number', default: 4 }, { id: 'time', - type: 'int', + type: 'number', default: 10 } ],