From 799305a96c0a7bf0da553e0ca04e15752cf7cff2 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 22 Jun 2017 03:22:14 +0000 Subject: [PATCH] A --- structures/Command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/Command.js b/structures/Command.js index d40d3598..c2e18049 100644 --- a/structures/Command.js +++ b/structures/Command.js @@ -8,7 +8,7 @@ class XiaoCommand extends Command { this.nsfw = info.nsfw; this.clientPermissions = info.clientPermissions; this.userPermissions = info.userPermissions; - this.throttling = { + this.throttling = info.throttling || { usages: 1, duration: 2 };