2023Collectabot/src/cbclient.ts
2023-03-28 23:28:37 -05:00

5 lines
98 B
TypeScript

import { CommandClient } from "./commandclient";
export class CBClient extends CommandClient {
}