This commit is contained in:
Daniel Odendahl Jr
2017-06-22 03:22:14 +00:00
parent 7b5c4e28e4
commit 799305a96c
+1 -1
View File
@@ -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
};