mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00

* fix: github actions * fix: pnpm version * fix: github actions checkout * fix: brackets in failure function * fix: github actions * fix: github actions * fix: github actions * fix: github actions * fix: github actions * fix: github actions * fix: github actions * fix: github actions * chore: apply formatting * fix: github actions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import type { UsingClient } from '../../commands';
|
|
|
|
export class BaseShorter {
|
|
constructor(readonly client: UsingClient) {}
|
|
}
|