Remove Stuff

This commit is contained in:
Daniel Odendahl Jr
2017-06-22 03:17:03 +00:00
parent 046a559342
commit 5e7a8d17ad
38 changed files with 40 additions and 704 deletions
+4
View File
@@ -8,6 +8,10 @@ class XiaoCommand extends Command {
this.nsfw = info.nsfw;
this.clientPermissions = info.clientPermissions;
this.userPermissions = info.userPermissions;
this.throttling = {
usages: 1,
duration: 2
};
}
hasPermission(msg) {