import type { UsingClient } from '../../commands'; export class BaseShorter { constructor(readonly client: UsingClient) {} }