Kord/src/index.ts

5 lines
100 B
TypeScript

import { KordClient } from './client/KordClient';
const client = new KordClient();
client.start();