const { Command } = require('../../../../interfaces/'); const { Vckick } = require('../../../../moderation/infractions/'); class VckickCommand extends Command { constructor(client) { super(client, { name: 'vckick', module: 'moderation', usage: " [reason]", clientPermissions: ['MOVE_MEMBERS'], memberPermissions: ['MOVE_MEMBERS'], examples: [ "@nolan#2887 @Navy.gif#1998 mic spamming" ], keepQuotes: true, arguments: [ { name: 'points', aliases: ['point', 'modpoints', 'modpoint', 'pts', 'pt'], type: 'INTEGER', types: ['VERBAL', 'FLAG'], usage: '', default: (guild) => { return guild._settings.moderationPoints.points.KICK; }, min: 0, max: 100, ignoreInvalid: true, required: true }, { name: 'expiration', aliases: ['expire', 'expires', 'expirations'], type: 'TIME', types: ['FLAG'], usage: '