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 };