const { Command } = require('../../../../interfaces/'); const { Kick } = require('../../../../moderation/infractions/'); class KickCommand extends Command { constructor(client) { super(client, { name: 'kick', module: 'moderation', usage: " [reason]", clientPermissions: ['KICK_MEMBERS'], memberPermissions: ['KICK_MEMBERS'], examples: [ "@nolan#2887 @Navy.gif#1998 breaking the rules" ], 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: '