mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 08:22:37 +02:00
Remove nsfw/useless commands, refactor stuff
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
const { Command } = require('discord.js-commando');
|
||||
|
||||
class XiaoCommand extends Command {
|
||||
module.exports = class XiaoCommand extends Command {
|
||||
constructor(client, info) {
|
||||
super(client, info);
|
||||
|
||||
this.argsSingleQuotes = info.argsSingleQuotes || false;
|
||||
this.throttling = info.throttling || { usages: 1, duration: 2 };
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = XiaoCommand;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user