import moment, { unitOfTime } from 'moment'; import { Message } from 'eris'; import { Client, Command } from '../class'; export default class Lock extends Command { constructor(client: Client) { super(client); this.name = 'lock'; this.description = 'Locks an account.'; this.permissions = { roles: ['662163685439045632', '701454780828221450'] }; this.enabled = true; this.usage = `${this.client.config.prefix}lock [User Name | User ID/Mention]