mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
A
This commit is contained in:
@@ -8,7 +8,7 @@ class XiaoCommand extends Command {
|
|||||||
this.nsfw = info.nsfw;
|
this.nsfw = info.nsfw;
|
||||||
this.clientPermissions = info.clientPermissions;
|
this.clientPermissions = info.clientPermissions;
|
||||||
this.userPermissions = info.userPermissions;
|
this.userPermissions = info.userPermissions;
|
||||||
this.throttling = {
|
this.throttling = info.throttling || {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
duration: 2
|
duration: 2
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user