mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import type { UsingClient } from '../../commands';
|
|
|
|
export class BaseShorter {
|
|
constructor(readonly client: UsingClient) {}
|
|
}
|