2024-03-09 15:49:41 -04:00

6 lines
127 B
TypeScript

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