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